Files
mcma-backend/app/workers/__init__.py
T
2026-06-01 18:47:59 +03:00

5 lines
148 B
Python

"""arq worker — background tasks (downloads, enrichment, transcoding).
CPU/IO-heavy work runs here, never in the request cycle (plan §2.6).
"""