Skip to content

Fix #19: Permit exiting early without more retries #20

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

Merged
merged 1 commit into from
May 25, 2019

Conversation

rbtcollins
Copy link
Collaborator

This is important for many cases where only some cases are safe to
retry (e.g. non idempotent HTTP operations), or file system operations
where unknown errors are undefined behaviour.

Signed-off-by: Robert Collins [email protected]

@jimmycuadra
Copy link
Owner

Looks good but will need a rebase after the cleanup I just did. Sorry about that, I pushed before noticing your PR!

@rbtcollins rbtcollins force-pushed the master branch 2 times, most recently from 100c162 to 544c3ce Compare May 25, 2019 05:51
This is important for many cases where only some cases are safe to
retry (e.g. non idempotent HTTP operations), or file system operations
where unknown errors are undefined behaviour.

Signed-off-by: Robert Collins <[email protected]>
@jimmycuadra jimmycuadra merged commit c495daf into jimmycuadra:master May 25, 2019
@jimmycuadra
Copy link
Owner

Thanks much! This was a very nice feature addition.

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

Successfully merging this pull request may close these issues.

2 participants