django-q icon indicating copy to clipboard operation
django-q copied to clipboard

A multiprocessing distributed task queue for Django

Results 143 django-q issues
Sort by recently updated
recently updated
newest added

Django Q2 is a fork of Django Q. Big thanks to Ilan Steemers for starting this project. Unfortunately, development has stalled since June 2021. Django Q2 is the new version...

Is there a proper way to let died job rerun if the cluster died and is up again? For example: The django project and the qcluster lives in a docker...

Hello! I have a setup with four AWS EC2 instances each running two containers - Django and qcluster. Each uses the same broker (Djagno ORM), secret key, and cluster name....