Bug #798

Updated by Madars about 1 year ago

This happens only if end_max *sanity is higher than srvstopwait.

Needs to decide on how to fix this:

Option 1: Do not proceed with the process start back as it is already scheduled for the restart and will be killed by background when the srvstopwait time comes.
Option 2: kill the process by overriding the end_max*sanity, and align with srvstopwait

Option 1 sounds more aligned with the configuration.

Back