[google-appengine] Cron Schedule Format

2010-03-29 Thread Jairo Vasquez Moreno
Hi, I'm getting this error when I update my app: Unable to assign value 'every day 04:00' to attribute 'schedule' But the cron seems to work properly. -- Jairo Vasquez Moreno Mentez Developer www.mentez.com Medellin - Colombia -- You received this message because you are subscribed to the Go

[google-appengine] cron Schedule Format

2010-01-23 Thread Jeff
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

[google-appengine] Cron Schedule Format parsing error

2009-04-08 Thread an0
sdk's parser fails to parse the example from the doc: - description: monday morning mailout url: /mail/weekly schedule: every monday 9:00 Error parsing yaml file: Unable to assign value 'every monday 9:00' to attribute 'schedule': schedule 'every monday 9:00' failed to parse: line 1:13 mismat