Re: [google-appengine] Infinity start backend by a cron job

2013-01-09 Thread Takashi Matsuo
Okay, I noticed that the cron job in question was stopped because you had consumed the daily free quota for the backend usage on Jan 5. I think the following errors were made by the retry logic of our task queue service. Is that the case? Are you invoking any tasks within the cron job itself? If s

Re: [google-appengine] Infinity start backend by a cron job

2013-01-09 Thread Takashi Matsuo
Hi José, Your cron entry has a target 'clean-db', but the log indicates the backend name is clean-bd. Which is correct? How long does the cron job take BTW? I think the reason why your free quota was consumed is that the cron job took 13h, wasn't it? However, those errors seem weird to me too. I'

[google-appengine] Infinity start backend by a cron job

2013-01-09 Thread José Luis Montesinos González
Hello, I developed an app with GAE/J and I created a cron job like this: /cron/v1/cleanDB Clean Data Base every day 04:00 clean-db Also, I defined this backend: B1 true My cron job and backend are always working fine, but one day when the c