4 Commits

Author SHA1 Message Date
Agent Zero d80feb2a3a fix: register search providers in ARQ worker on_startup 2026-07-19 19:55:14 +02:00
Agent Zero f1be1d280b fix: ARQ worker use direct function references instead of dotted paths 2026-07-19 19:46:05 +02:00
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