Open zipplet opened 8 years ago
Add the ability for godaemon to check that the task is healthy, for example it could:
This would allow godaemon to detect a hung/stalled task that is still running, and restart it.
I am considering adding alpha support for this via stdin/stdout checking initially only, as this may be needed urgently for a user of godaemon that would be satisfied with a stdin/stdout only watchdog for the moment.
Add the ability for godaemon to check that the task is healthy, for example it could:
This would allow godaemon to detect a hung/stalled task that is still running, and restart it.