Description
Background job queues can be built on Redis with a small Python API. Developers can enqueue tasks, run workers, schedule work, and move slow operations out of request paths. It depends on Redis and worker processes, and queued jobs may handle sensitive application data.