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

Stop job after a given number of failed tasks #44

Closed
claustres opened this issue Dec 13, 2018 · 1 comment
Closed

Stop job after a given number of failed tasks #44

claustres opened this issue Dec 13, 2018 · 1 comment

Comments

@claustres
Copy link
Member

For now fault-tolerant job might run even if all tasks fail, might be interesting to stop it once a given number of tasks have failed, similar to the maximum number of attempts in task.

@claustres
Copy link
Member Author

claustres commented Dec 14, 2018

Finding the right number of tasks can be tricky in faulty environments (eg 503 requests), best to provide a job timeout so that the job is stopped when the timeout occurs.

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

1 participant