rugmuncher-backend / app /workers /__init__.py
Crypto Rug Muncher
clean slate: removing all old data, fresh build
6993919
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
"""