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

The cron job was created and uploaded 3 days ago. Last update (though
I didn't really change anything about the cron job, just shows up on
admin logs) was 1 day ago.

app.yaml
...
- 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 only work with users from
a certain Google Apps domain. The cron script (cron_report.py) works
perfectly, and has been tested on live version by simply accessing the
url, but as the dashboard says, it hasn't run yet.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to