Any #cron alternative recommendation?
## Must have
- Easy to configure inside docker image (along with frankenphp/caddy etc).
- Can use .env file (optional)
- Can send email when "exception" is thrown or return code is not 0. Capture stdout/stderr and attach with email.
## Good to have
- support good old cron syntax
- restart by itself in case of faiulure
I am thinking of using #supervisord.