Open
Description
Use case:
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).
Metadata
Metadata
Assignees
Labels
No labels