{% extends "base.html" %} {% block header-content %}
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.
Cron Entry | Next Run Time | |
---|---|---|
{{ cron.cron_entry }} | {{ cron.next_run }} |