Django Celery beat crashes on start -


i have configured new server rabbitmq , celery. when try start celerybeat on machine starts few seconds , stops. have given right permissions log files , changed owners application user. have checked celerybeat.log file , no errors registered.

i tried start way in project folder:

./manage.py celerybeat 

and got error:

[2010-12-01 09:59:46,127: info/mainprocess] process shutting down 

could please point me in right direction here.

first thing in opinion , launch show output in console , using base command celeryd. try

python manage.py celeryd -b -l debug 

i know recent update of celery have problem log files if launch old version of python (less 2.6).


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -