Celery and Django : How to start at boot in production env (linux)
- by llazzaro
Hello,
I have and app that uses celery and django to run distribuited tasks (like send email, crawl web,etc).
The app never wa sin prod, so I always start celeryd with ./manage celeryd.
I want to setup a pre-post env in linux, and I will need information in how to make an init.d script for start the celeryd for django. (I had made some init.d scripts before, no need complete script just relevant part)
Thanks!