[google-appengine] Re: Cron Schedule Format parsing error

2009-04-17 Thread Dan Sanderson
The docs have been fixed to match 1.2.0. -- Dan 2009/4/16 Anthony Baxter anthonybax...@gmail.com No, I'm asking as a future feature for the grammar. The doc will be fixed soon to match the 1.2.0 release, and a future release will make the of month words unnecessary. Anthony On Apr 16,

[google-appengine] Re: Cron Schedule Format parsing error

2009-04-15 Thread an0
Dan, It is nice to see quick response and even better, quick reactions. And I'm really glad to hear that the every month shortcut given in the premature doc is indeed going to work; but what about the everyday shortcut? On Wed, Apr 15, 2009 at 12:44 PM, Dan Sanderson dansander...@google.comwrote:

[google-appengine] Re: Cron Schedule Format parsing error

2009-04-15 Thread Anthony Baxter
Would something as simple as every day 09:00 be enough? (No it's not there yet, just enquiring). On Apr 15, 9:10 pm, an0 an0...@gmail.com wrote: Dan, It is nice to see quick response and even better, quick reactions. And I'm really glad to hear that the every month shortcut given in the

[google-appengine] Re: Cron Schedule Format parsing error

2009-04-15 Thread 风笑雪
try this:every day of month 09:00 The document is wrong, i met the same error. 2009/4/16 Anthony Baxter anthonybax...@gmail.com Would something as simple as every day 09:00 be enough? (No it's not there yet, just enquiring). On Apr 15, 9:10 pm, an0 an0...@gmail.com wrote: Dan, It is nice

[google-appengine] Re: Cron Schedule Format parsing error

2009-04-14 Thread daly
I tried and met this error too. You can solve it by every mon of month 09:00 month looks like replacing all months, but there seems no abbr. for weekdays, so I have to using every mon,tue,wed,thu,fri,sat,sun of month 00:00 for my target hope they can add 'days' or 'day' for replacing the long

[google-appengine] Re: Cron Schedule Format parsing error

2009-04-08 Thread djidjadji
The SDK is now at number google_appengine_1.2.0.zip http://code.google.com/appengine/downloads.html 2009/4/8 an0 an0...@gmail.com: 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

[google-appengine] Re: Cron Schedule Format parsing error

2009-04-08 Thread an0
Of course I am using 1.2.0. Isn't it the first version officially supporting cron service? On Apr 9, 12:19 am, djidjadji djidja...@gmail.com wrote: The SDK is now at number google_appengine_1.2.0.zip http://code.google.com/appengine/downloads.html 2009/4/8 an0 an0...@gmail.com: sdk's