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?
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