The short story: It doesn't work! The long story:
>From dashboard : /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run yet app.yaml ... handlers: - url: /cron/report script: cron_report.py login: admin ... cron.yaml cron: - description: daily mail report url: /cron/report schedule: every day 16:30 The webapp's authentication is configured to work with users from a certain google apps domain. The cron_report.py script was tested on live version and works perfectly when called by the url, but as the dashboard says it hasn't run yet. It was first created 4 days ago, and last updated 2 days ago (the webapp, not the cron job itself, but the job shows up in admin logs). Can anyone help ? Thanks, Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
