Tagged Questions
1
vote
1answer
118 views
celeryd dead but subsys locked
I get the message 'celeryd dead but subsys locked' when I check if celery is running.
I get a [failed] message when trying to stop the service, and as soon as I start it I get this message again.
I ...
3
votes
2answers
990 views
Rabbitmq celeryd celerybeat not executing tasks in production as Daemon
Last week I setup RabbitMQ and Celery on my production system after having tested it on my local dev and all worked fine.
I get the feeling that my tasks are not being executed on production since I ...
2
votes
2answers
2k views
init.d celery script for CentOS?
I'm writing a Django app that uses celery. So far I've been running on Ubuntu, but I'm trying to deploy to CentOS.
Celery comes with a nice init.d script for Debian-based distributions, but it ...