-
Notifications
You must be signed in to change notification settings - Fork 294
configurable plugin restart limit #1246
Comments
@krzysztofx: It's definitely possible. I'd be interested to know if anyone else has run into this issue. |
@krzysztofx I'd be interested in knowing in which use cases this occurs and needs to be fixed |
Hi Thanks |
@krzysztofx - we are a bit short staffed over the holidays, and our next 2 weeks are already planned. We will try to pull it in before the end of the year. |
Makes the MaxPluginRestartCount configurable from controls config section in the globalconfig file. Updates the example configs to include this field and adds tests for parsing of this option.
Fixes #1246: Makes plugin restart limit configurable
Hey @krzysztofx! Your request landed in master as of the PR mentioned above. Hope it helps you out! Let us know if you need it as part of our next public version of Snap or you're comfortable building from source. |
Hi
Would it be possible to expose currently hardcoded limit as a part of global configuration ? I mean MaxPluginRestartCount = 3 from control/runner.go .
Since snap currently doesn't give any means for controlled plugin reload, that would be workaround for situations where plugin has to be restarted.
Thanks
The text was updated successfully, but these errors were encountered: