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

Add an option to determine whether to ignore errors in tasks #47

Open
markbirbeck opened this issue Jul 19, 2018 · 0 comments
Open

Add an option to determine whether to ignore errors in tasks #47

markbirbeck opened this issue Jul 19, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@markbirbeck
Copy link
Owner

markbirbeck commented Jul 19, 2018

A task may fail but we still may want to repeat it. So we might want to have a flag that says 'ignore failures':

dj --ignore-failure hello-world

And we might also want a flag that says 'repeat until successful':

dj --repeat-until-succeeds hello-world

or even:

dj --repeat-until-exit-code=0 hello-world
dj --repeat-while-exit-code=137 hello-world
@markbirbeck markbirbeck added the enhancement New feature or request label Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant