{% extends "base.html" %} {% load staticfiles %} {% block content %}

Get Notified When Your Cron Jobs Fail

1

Create a ping URL on healtchecks.io

2

Add a single line at the bottom of your batch processing task:
wget https://healthchecks.io/ping/b2012751-c542-4deb-b054-ff51322102b9/
                
>>> import urllib2
>>> urllib2.urlopen("https://healthchecks.io/ping/b2012751-c542-4deb-b054-ff51322102b9/")

                

3

Receive an email from healthchecks.io when the task has an issue

E-mail Address to Receive Notifications:

{% csrf_token %}
@
{% endblock %}