django-health-check icon indicating copy to clipboard operation
django-health-check copied to clipboard

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

Open lotfyhussein opened this issue 3 years ago • 1 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

lotfyhussein avatar May 26 '22 10:05 lotfyhussein

This is triggering a lot of false alarms for us too

pfcodes avatar Sep 30 '24 04:09 pfcodes