-
Notifications
You must be signed in to change notification settings - Fork 128
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
Feature request: customize backoff parameters #90
Comments
Yes i've noticed this also. Would what be a nice way to configure it? all parameters configurable or only max? thru argument or config files? both? |
+1 |
I'm running into the exact same issue with the 8 seconds backoff and would love to disable the backoff as well. |
I would like to wait after an error for a new file change. Is it possible today? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently backoff restart parameters (min/max/multiplier) are constants. Did you consider extracting that configuration into the
modd.conf
file?In my particular case I'd like constant restart policy since 8 seconds after couple of typos that caused couple of restart failures are just way too long
The text was updated successfully, but these errors were encountered: