Hi Jeff, to my knowledge there is no way to specify the cron interval in the manner you request. I think the way to do it is probably set the cron to run every 1 minute and then have the code that is executed do a time check to see if it should proceed with the task or not.
On Jan 23, 10:00 pm, Jeff <[email protected]> wrote: > Hi, > > The documentation that I've been able to find on the schedule format > for cron is rather sparse. > > Is there a way to specify time intervals? What I'd like to do is have > my cron ping my web page more frequently during certain hours than > others. > > Something like: > > Every 1 minutes between 09:00 and 00:00 > Every 5 minutes between 00:00 and 09:00 > > Is there a way to specify this? > > Thanks! > Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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.
