[google-appengine] Re: Hard dead line while running cron .

2013-06-15 Thread Vinny P
On Wednesday, June 12, 2013 7:57:38 AM UTC-5, Pravanjan Niranjan wrote: Hi Vinny, Thanks for you response. Here we have a serious issue while running the cron . The url /api/CronBatchMessageController/processBatch.req . We are getting error code 500 and the cron is getting failed in

Re: [google-appengine] Re: Hard dead line while running cron .

2013-06-12 Thread Pravanjan Niranjan
The same happened again with error code 500 . It really affect our system very badly because we will miss the error five minute schedule Which will never come back aging for us to send the messages to the client. 1. 2013-06-12 06:51:12.888 /api/CronBatchMessageController/processBatch.req

[google-appengine] Re: Hard dead line while running cron .

2013-06-11 Thread Vinny P
Hello Pravanjan, There are two issues here: 1. Regarding the it just run after 6 minutes issue, the cron timer is not exact. If you declare a cron timer of every 5 minutes the cron scheduler will do its best to respect that; however sometimes it slips a little late. Sometimes the same thing