You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: