Skip to content

Instantly share code, notes, and snippets.

@marcuspocus
Created July 27, 2011 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcuspocus/1109465 to your computer and use it in GitHub Desktop.
Save marcuspocus/1109465 to your computer and use it in GitHub Desktop.
Cron file example for a play application hosted on GAE
<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
<cron>
<url>/admin/updateStats</url>
<description>Request every 1 minutes</description>
<schedule>every 1 minutes</schedule>
<target>2</target>
</cron>
</cronentries>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment