Files
cannaiq/backend/docs/_archive
Kelly 63023a4061 feat: Worker improvements and Run Now duplicate prevention
- 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)
2025-12-12 20:11:31 -07:00
..

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 reference
  • docs/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

  1. First check CODEBASE_MAP.md for current file locations
  2. Then read the actual source code
  3. Only use archive docs as a last resort for historical context