rugmuncher-backend / app /workers /__init__.py
cryptorugmunch
merge: chore/cleanup-remove-bloat-and-secrets into main
bde2f3a
Raw
History Blame Contribute Delete
221 Bytes
"""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
"""