Hi All,

I am running a cron job which  runs every 5  minutes . 

cron.xml 

<?xml version="1.0" encoding="UTF-8"?>

<cronentries>
  <cron>
      <target>2</target>
    <description>validate batch message schedular</description>
    <url>/api/CronBatchMessageController/processBatch.req</url>
    <schedule>every 5 minutes from 00:00 to 23:59</schedule>
  </cron>
  </cronentries>


 The job runs for couple  up time, then it getting fail with error  on time 
failed . 
I could not find any error in last run method invocation  and the response 
code of last hit to my url is 200.

Once it stops ,It is not running again until unless i redeploy the 
application.
I have been facing this issue from last 3 days . 
A quick response would be greatly appreciated.


Thanks,
Pravanjan

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to