Working on putting my first cron job in play. In my cron.xml, it looks like
this:
<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
<cron>
<url>/user/runner</url>
<description>Run this extract each night / or every 24 hours in the
early morning, like 3am</description>
<schedule>every 24 hours</schedule>
</cron>
</cronentries>
as timing is not critical, just thought that runnng this at night will ease
the load on the google infrastructure.
Any ideas as to a different <schedule> ? or does this look ok ?
thx
jim
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/Yzob2rVsuqgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.