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 that time > . This is happening last 2 days not sure > how we can handle this . > > 1. W 2013-06-12 05:42:52.186 > > A problem was encountered with the process that handled this request, > causing it to exit. This is likely to cause a new process to be used for the > next request to your application. (Error code 202) > > > > This looks like an App Engine internal error (the log shows error code 202). Most likely the problem will fix itself if you wait a bit. If you absolutely need this to work, try changing this from a cron to a task queue service; this way the task queue will automatically retry the request if it fails.
----------------- -Vinny P Technology & Media Advisor Chicago, IL My Go side project: http://invalidmail.com/ -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
