Commit Graph

2 Commits

Author SHA1 Message Date
Agent Zero 7970495918 fix: ARQ worker functions must be dotted module paths not objects 2026-07-19 19:39:41 +02:00
Agent Zero f1f3ce26b3 feat: add ARQ background worker to container
- Create app/core/worker.py with WorkerSettings for ARQ
- Register all job functions: reindex, index_*, embedding_batch, deep_analysis
- Update prestart.sh to start ARQ worker in background before uvicorn
- Worker runs with max_jobs=10, job_timeout=300s
2026-07-19 19:36:48 +02:00