{% extends "base.html" %} {% block header-content %}

Cron

This utility allows you to schedule url's to be fetched at certain times/intervals. These actions are initiated during normal requests to your website, as long as request includes an import appengine_utlities.event.
NOTE: This will not work on the local SDK due to it being single threaded an unable to make a request to itself.

{% endblock %} {% block content %} {% for cron in cron_entries %} {% endfor %}
Cron EntryNext Run Time
{{ cron.cron_entry }}{{ cron.next_run }}
Add cron entry

{% endblock %}