Remove legacy daily_routine.yaml config file
Resolved 💬 3 comments Opened Dec 21, 2025 by hjain-spcg Closed Feb 14, 2026
Summary
The ui/market-data-polygon/packages/config/workflows/daily_routine.yaml file is no longer used. Ticker themes are now managed in S3 at s3://spcg-market-data/reference/<theme-key>.yaml and accessed via the /api/ticker-themes API.
Why Remove
- Causes confusion - developers may edit this file thinking it is the source of truth
- Themes are managed via the Ticker Themes UI at abundance:3030/ticker-themes
- S3 is the single source of truth for theme configuration
Files to Remove
- ui/market-data-polygon/packages/config/workflows/daily_routine.yaml
Before Removing
- [ ] Verify no code imports or reads from this file
- [ ] Check if any initialization scripts reference it
- [ ] Update any documentation that mentions this file
Related
- Ticker themes API: /api/ticker-themes
- S3 path: s3://spcg-market-data/reference/
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗