Daemonizing Celery for Django
Hi,
I am new to Celery and followed the instructions in the doc. I can execute basic tasks through it without issue launching celery in a terminal and Django through wsgi and virtualenv. I can see the tasks being executed and the results. Now I'd like to install it as a daemon on an Ubuntu server. Again I followed the instructions and used the celeryd init scripts and config files. I can see the daemon running ok but when it receives the very same tasks they don't get executed and the log says: 'Received unregistered task'. What could have gone wrong? Where can I look to try to understand why the tasks are registered when launched via command line and not when launched via daemon mode?
Thanks!
You received this message because you are subscribed to the Google Groups "celery-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/celery-users/-/_d2z4F1MSuoJ.
To post to this group, send email to celery-users-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to celery-users+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/celery-users?hl=en.
RSS Feed