[Answered ]-Integrated celery beat within Django?

2👍

I haven’t used it myself, but it appears that you should check out the django-supervisor project. My understanding is it can be configured to automatically reload content for any number of concurrently running processes that are run with your webserver.

Alternatively, you could use celery 2.5’s –autoreload feature. More details on this in the release notes.

👤dino

Leave a comment