cron sucks
cron:
- does not log to stdout/stderr
- job output always sent via mail, no way to log it centrally
- no way to simulate "now"; always have to wait
- not error output, silently skipping:
- cron file wrong owner
- cron file wrong permissions
- cron file syntax error