Created
July 27, 2011 14:30
-
-
Save marcuspocus/1109465 to your computer and use it in GitHub Desktop.
Cron file example for a play application hosted on GAE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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