[google-appengine] Re: Cron job fails without giving additional information

2009-08-19 Thread Raghuram Devarakonda
On Aug 19, 2:58 pm, vp wrote: > Maybe it is a deadline exceeded error. Did you set your app to catch > that error? I don't catch this error and it is very unlikely to have happened even though it can not be ruled out. If it indeed occurred, wouldn't the error show up in the logs? --~--~

[google-appengine] Re: Questions about the preferred way to handle multiple apps/accounts

2009-08-19 Thread Raghuram Devarakonda
On Aug 19, 2:32 pm, "Brandon N. Wirtz" wrote: > We have built an app that allows a web site to move portions of their web > site to Google AppEngine, with minimal configuration on their part. Please post in a separate thread as this is not related to current discussion. --~--~-~--~

[google-appengine] Re: Cron job fails without giving additional information

2009-08-19 Thread Raghuram Devarakonda
On Aug 19, 1:01 pm, vp wrote: > You need to look at the logs. Try looking at the request logs to see > if the request really went through. In case you are processing too > much data, that request log might have got purged by now. I checked request logs and I do see entry for the URL '/email_al

[google-appengine] Cron job fails without giving additional information

2009-08-19 Thread Raghuram Devarakonda
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