You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
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.
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