saisasthaa / django-cron

Automatically exported from code.google.com/p/django-cron
MIT License
0 stars 0 forks source link

Suggestion: When a job errors and is de-qued, an email should be sent to admins. #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Problem: 
Systems failing silently is bad! 
If your users rely on a cron job running, and suddenly it stops, and the
admin's don't realise, your in trouble.

Suggestion:
In the "except Exception:" bit of CronScheduler.execute that de-ques a job,
send a email to settings.ADMINS. 

Original issue reported on code.google.com by james57....@googlemail.com on 26 Jul 2009 at 1:36

GoogleCodeExporter commented 9 years ago
Good idea...

Original comment by Jim.mixt...@gmail.com on 14 Aug 2009 at 6:40