revsys / django-health-check

a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.

Home Page:https://readthedocs.org/projects/django-health-check/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celery Health Check, "TimeoutError: The task took too long to return a result"

lotfyhussein opened this issue · comments

Hello,

we use django health check with celery and redis as a broker. We randomly get an exception "TimeoutError: The task took too long to return a result". We get this error like twice a day.

Is the default timeout for the task to return a result 3 seconds?

Does the error indicate there is possibly a jam in the celery queue?

Thanks