-
Notifications
You must be signed in to change notification settings - Fork 92
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
Support Retries #61
Support Retries #61
Conversation
Once this gets reviewed I'll see about how to implement the other two states, as well as taking a crack at some other long-standing issues. Just need to get this into the working tree so I can start. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work.
In addition to my comment above, we could do the following later:
- Use data.state more often.
- Stop polling until the retry starts.
If there are no other objections, I'll go ahead merge this in |
Sorry I was slow but this looks great, thanks! |
This PR adds support for retries as noted in #54.