Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pausing the queue #443

Closed
sssoleileraaa opened this issue Jun 27, 2019 · 1 comment · Fixed by #531
Closed

Pausing the queue #443

sssoleileraaa opened this issue Jun 27, 2019 · 1 comment · Fixed by #531
Milestone

Comments

@sssoleileraaa
Copy link
Contributor

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.

@sssoleileraaa
Copy link
Contributor Author

sssoleileraaa commented Jul 29, 2019

In order to resolve this issue, we'll need to:

  • Show retry button in the error status bar message
    • Need to make sure this message does not go away the way it normally does after 10 seconds
  • Pause queue (each should pause itself when there are reoccurring network timeouts)
  • Resume both queues on user retry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants