It would be nice to be able to tell a job that you suspect it will frequently attempt to start when it is already running. An example would be a file-syncing job that has a lot of changes to catch up to. If it is set to run every 30 minutes it might email you constantly for a whole day.
Should be able to specify which fails will notify, perhaps via a regex similar to the flexibility with which nmap accepts IP ranges, plus a simple operator to signify something like "and every 10 thereafter".
run_fail_alert="1-3,5,10,30-*%10"
It would be nice to be able to tell a job that you suspect it will frequently attempt to start when it is already running. An example would be a file-syncing job that has a lot of changes to catch up to. If it is set to run every 30 minutes it might email you constantly for a whole day.
Should be able to specify which fails will notify, perhaps via a regex similar to the flexibility with which nmap accepts IP ranges, plus a simple operator to signify something like "and every 10 thereafter".
run_fail_alert="1-3,5,10,30-*%10"