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

Document safer setting for retry_on_unhandled_error #517

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

tamaloa
Copy link
Contributor

@tamaloa tamaloa commented Feb 9, 2022

retry_on_unhandled_error current default (false) may lead to failing jobs being retried infinitely and without pause thereby at least causing high server load.

This documents the behaviour in README and advised on setting a safe value so hopefully less people are caught by this problem.

fixes #505

retry_on_unhandled_error current default (false) may lead to failing jobs being retried infinitely and without pause thereby at least causing high server load.
@bensheldon bensheldon merged commit 18d3976 into bensheldon:main Feb 9, 2022
@bensheldon
Copy link
Owner

Thank you for the improvement!

@bensheldon bensheldon added the documentation Improvements or additions to documentation label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make default retry behaviour safer
2 participants