arq

Queues & Workflows

Redis-backed async task queue for background work.

A small asynchronous job queue for Python built on Redis, for deferring work out of a request.

How we use it

Used where the work is genuinely fire-and-forget and losing a job is survivable. Anything that must complete goes through the durable workflow engine instead.

5

systems