Skip to main content

A very simple Task Queue system for django

Project description

Django Run Queues allows you to queue specific tasks, within a set of queues of your choice. Tasks are then run via scheduled commands using CRON and are run in sequence.

Thus you can queue tasks in multiple queues and then use Cron to decide when tasks in each queue will be processed.

Also Tasks for a given queue are run in sequence. If another command starts to process a queue already running, then it will not proceed and stop. Thus for example if you are working in a load balanced environment and have issues because the command will start on multiple servers, this is not a problem. One will process and the others will silently fall over.

DRQ also comes with a simple system based upon python-crontab, to create the cron records from your settings and a django command

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-run-queues-0.1.4.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file django-run-queues-0.1.4.tar.gz.

File metadata

File hashes

Hashes for django-run-queues-0.1.4.tar.gz
Algorithm Hash digest
SHA256 44a8bf6669c3082474ac8f1c8edf7af469c1130c76a675d5544eb3d0d6a2be48
MD5 a3e5c93860616c4af483b1c70b24239b
BLAKE2b-256 25796a557715b1a7ae09e9acc29e2245d015634cb43ac4d662c06b45b45b3c3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page