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
Right now, a job retries a download a default number of times if it fails because of a RequestTimeoutError. The queue also retries a job forever if it fails because of a RequestTimeoutError. Instead of having the queue retry, it should pause until some sort of network "health check" comes back as good.
The text was updated successfully, but these errors were encountered:
Description
Right now, a job retries a download a default number of times if it fails because of a RequestTimeoutError. The queue also retries a job forever if it fails because of a RequestTimeoutError. Instead of having the queue retry, it should pause until some sort of network "health check" comes back as good.
The text was updated successfully, but these errors were encountered: