jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Remove job execution dependency on server availability #279

Open monday41 opened 7 years ago

monday41 commented 7 years ago

If minicron server has been stopped, the remote crontab jobs can't run anymore.

Can you provide an option that the remote crontab jobs still can run when the minicron server has been shut down?

jamesrwhite commented 7 years ago

I'll have a think about this, it would lead to false positive alerts being sent when the server started up again as it would think the job hasn't executed when it may have.