Closed
Description
Hi,
I am facing some issues with setting the RUNNING state correctly. We need to delay state transition from starting to running. For example if a process needs 10 seconds to come up, the running should only be set when the process is actually running.
Is it possible to achieve this without the startsecs configuration, but only set it when the child process is actually ready?
Would appreciate any ideas on how to get this working or if there is a known workaround at the moment.
I am using supervisor 4.2.2. and I also created a suggestion for the implementation here: #1446
Appreciate your help!