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

Get Notified When Your CRON Jobs Fail

  1. Create a pingback address on healtchecks.io
    Screenshot of 'My Checks'
  2. Add a single line at the bottom of your batch processing task:
    wget https://healthchecks.io/ping/b2012751-something-something/
                            
    >>> import urllib2
    >>> urllib2.urlopen("http://localhost:8000/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 %}