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

Allow unlimited retries #263

Closed
flippidippi opened this issue Feb 26, 2021 · 3 comments
Closed

Allow unlimited retries #263

flippidippi opened this issue Feb 26, 2021 · 3 comments

Comments

@flippidippi
Copy link

For some tasks, unlimited retries would be nice instead of having to put a big number. Maybe allow -1 to indicate unlimited.

@mscottnelson
Copy link

Can’t you just specify the retries as the number Infinity? Even if you managed to get to the point where you lose precision or other odd behavior, your tries should still be definitionally less than Infinity

@gustavohenke
Copy link
Member

gustavohenke commented Mar 6, 2021

I think that while it's certainly possible via programmatic API to set Infinity, it may not be possible via CLI, so that's still a valid thing.

@gustavohenke
Copy link
Member

feature is out in v6.2.0!

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

No branches or pull requests

3 participants