Thursday, March 8, 2012

Re: App Engine crone jobs not working on cloud sql database in java

Now its working after i placed the <target> tag inside the crone:
<cron>
     <url>/test</url>
     <schedule>every 2 hours</schedule>
     <target>version-1</target>
 </cron>

and changed the default version of application to 1 also.

No comments:

Post a Comment