I had a django project where i am using celery. But, when i start the celery worker by django using the command
python manage.py celery worker
it kept printing the error message about the thread exiting
[2014-09-23 20:33:21,555: ERROR/MainProcess] Process 'Worker-4' pid:6824 exited with exitcode 1
[2014-09-23 20:33:21,555: ERROR/MainProcess] Process 'Worker-3' pid:6356 exited with exitcode 1
[2014-09-23 20:33:21,555: ERROR/MainProcess] Process 'Worker-2' pid:7528 exited with exitcode 1
[2014-09-23 20:33:21,555: ERROR/MainProcess] Process 'Worker-1' pid:5272 exited with exitcode 1
what should i do?