- Fix Run Now to prevent duplicate task creation - Add loading state to Run Now button in UI - Return early when no stores need refresh - Worker dashboard improvements - Browser pooling architecture updates - K8s worker config updates (8 replicas, 3 concurrent tasks)
ARCHIVED DOCUMENTATION
WARNING: These docs may be outdated or inaccurate.
The code has evolved significantly. These docs are kept for historical reference only.
What to Use Instead
The single source of truth is:
CLAUDE.md(root) - Essential rules and quick referencedocs/CODEBASE_MAP.md- Current file/directory reference
Why Archive?
These docs were written during development iterations and may reference:
- Old file paths that no longer exist
- Deprecated approaches (hydration, scraper-v2)
- APIs that have changed
- Database schemas that evolved
If You Need Details
- First check CODEBASE_MAP.md for current file locations
- Then read the actual source code
- Only use archive docs as a last resort for historical context