Description
Run background and scheduled tasks for Django using a multiprocessing distributed queue. It helps web applications move slow work such as email, reports, imports, or periodic jobs outside the request path.
This is background infrastructure for Django projects. Queues need monitoring, retry rules, idempotent tasks, and safe handling of credentials or user data because failures may happen outside the browser request.