Hi all,
 I've written a small python application i would like to run daily. The 
cron.yaml is as follows :
cron:
- description: daily post
  url: /
  schedule: every day 17:40
  timezone: Europe/Rome

The app, interactively, runs without errors.
The scheduled job simply should call the root URL of the app. 
But it doesn't run :
Cron Job Schedule/Last Run/Last Status (All times are UTC)   */*
daily post  every day 17:00 (Europe/Rome) 
 2012/10/20 17:00:25  33 secs late  Hasn't been run 
The application log shows nothing, the URL is not even called.

How could i figure out?

Any help would be appreiated!

-- 
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/-/ykqbYlcXkXQJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to