File size: 221 Bytes
bde2f3a | 1 2 3 4 5 6 7 8 | """Background jobs. Run separately from the API process.
- firehose: continuous RAG ingestion
- scanner_queue: background token scan workers
- ingest_cron: scheduled data ingestion
- cleanup: storage maintenance
"""
|