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
during a software update the server can't restart since some needed python modules are not available yet. Supervisor retries N times (N comes from config. AFAIK defaults to 3).
After N fails the state FATAL gets entered.
In my use case the programm entered state FATAL although just some seconds later the restart would have been successfull.
Can you understand this use case?
A possible solution would be to use a delay in unit "seconds": After N failed retries wait M seconds and then try again. In my case this should be done to infinity (endless loop).
miso-belica, fordnox, pfuender, sairahul, igtw and 101 more