time="2024-10-12T08:43:03+02:00" level=info msg="reaping dead processes"
time="2024-10-12T08:43:03+02:00" level=fatal msg="Failed to fork exec: no such file or directory"
If the current working dir is / but supercronic is installed in a directory included in PATH e.g. /usr/local/bin/supercronic the reaper still tries to execute supercronic from / which doesn't exist there.
Since #172 in v0.22.3 I'm getting
I debugged that behavior to https://github.com/aptible/supercronic/blob/cca6b3a90abc99a024f4b437da0f1886da68ca7a/reaper.go#L34
If the current working dir is
/
but supercronic is installed in a directory included inPATH
e.g./usr/local/bin/supercronic
the reaper still tries to execute supercronic from/
which doesn't exist there.