Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

Autoreload on Code Change #729

Open charliemday opened 1 year ago

charliemday commented 1 year ago

Hi, is there anyway to have the cluster auto-reload whenever the code is updated (basically what the standard Django instance does)?

The current workaround is to manually reload it every time I make a change.

itsarreguin commented 1 year ago

Hey bro. Why do not ask your question in the Django Q2 repo? It is a maintained fork of this package.

Repo link: https://github.com/django-q2/django-q2