published by | Muhammed Ali |
---|---|
in blog | Honeybadger Developer Blog |
original entry | Job Queues and Workers in Django |
Job queues are a powerful tool for processing background work in your Django applications. This article teaches about job queues and workers—and how to implement them with Django Q and Celery.