I am trying to get the following cron jobs work with my (Python) app.

-----
cron:
- description: Wednesday alert
  url: /email_alerts
  schedule: every wednesday 03:00

- description: Friday alert
  url: /email_alerts
  schedule: every friday 03:00
-----

I verified that '/email_alerts' works as expected from the browser.
How ever, the Admin console shows the job as "Failed". I haven't seen
any errors listed in the "Logs" section around this time so I am
guessing that perhaps, the error, if any, occurred before fetching the
URL. Is there any way I can find more information about the failure?

Thanks,
Raghu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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