Fix cron subprocess terminates silently
We noticed the subprocess that runs our 'cron' sometimes quits silently; one possibility we see is that OOM kills it. In any case, we now also check for the existence of the commands `sleep` or `timeout` in the process table (`ps`) via the `livenessProbe`. Address #60
Please register or sign in to comment