| ▲ | PunchyHamster an hour ago | |
cron is easier for easy stuff ("just run this every 10 minutes") but harder for hard stuff ("run it every 8 hours but with randomized offset so not all machines at once do it, but also if machine was down when it should run, run it immediately"). It is also easier to debug as every job gets its own log rather than trying to write to system mailer nobody had set up with the job errors | ||