开发者

celery logs question

开发者 https://www.devze.com 2023-03-10 12:21 出处:网络
I\'m running django app + django-celery with rabbitmq-server on Ubuntu. I get a lot of these errors in celery:

I'm running django app + django-celery with rabbitmq-server on Ubuntu. I get a lot of these errors in celery:

[2011-06-03 13:58:15,387: WARNING/PoolWorker-1] HTTP Error 500: Internal Server Error

Where can I开发者_StackOverflow中文版 find the traceback or response of this request to check what's getting wrong? In which logs should I look?

Thanks, Arshavski Alexander


Why you don't launch it not as a daemon but directly by using the python manage.py celeryd command with -l DEBUG option

python manage.py celeryd -l DEBUG

In this way you are able too see full colorized debug logs on interactive shell.

0

精彩评论

暂无评论...
验证码 换一张
取 消