Celery and Django : How to start at boot in production env (linux)
Posted
by llazzaro
on Server Fault
See other posts from Server Fault
or by llazzaro
Published on 2010-03-24T02:15:19Z
Indexed on
2010/03/24
2:23 UTC
Read the original article
Hit count: 313
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!
© Server Fault or respective owner