-
Notifications
You must be signed in to change notification settings - Fork 129
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 --maxrestart argument to change max deamon restart delay #91
base: master
Are you sure you want to change the base?
Conversation
Maybe there is some better way of passing around maxRestartDelay? |
Maybe it would make sense if the option is per daemon instead but not sure about syntax, something like |
I'd love to get this merged. |
@cortesi let me if you think it should be done in different way |
@pavel-kolesnikov hello! yes could be an option, then it would configure it for all daemons in that block? i've thought about having the option per daemon which is nice as it make it very clear what it is used for. |
Basically, per Block. Like this:
Hmmmm... Option per daemon is nice also. But then extensive lexer rework needed, I think. At least 2 options:
|
Nice summary. Opt 2 would also follow how +sigterm etc works now |
Fixes #90