Hi,
I have the following xml in my cron.xml:
<?xml version="1.0" encoding="UTF-8"?>
<cronentries>
<cron>
<url>/cron/sdf/refreshDataForEverything</url>
<description>Repopulate the cache every 5 minutes</description>
<schedule>every 5 mins from 00:04 to 23:59</schedule>
</cron>
</cronentries>
I get this exception:
com.google.apphosting.utils.config.AppEngineConfigException: schedule every
5 mins from 00:04 to 23:59 failed to parse
at
com.google.apphosting.utils.config.CronXml.validateLastEntry(CronXml.java:148)
at
com.google.apphosting.utils.config.CronXmlReader.processXml(CronXmlReader.java:128)
at
com.google.apphosting.utils.config.CronXmlReader.processXml(CronXmlReader.java:18)
at
com.google.apphosting.utils.config.AbstractConfigXmlReader.readConfigXml(AbstractConfigXmlReader.java:111)
at
com.google.apphosting.utils.config.CronXmlReader.readCronXml(CronXmlReader.java:51)
at com.google.appengine.tools.admin.Application.<init>(Application.java:111)
at
com.google.appengine.tools.admin.Application.readApplication(Application.java:151)
at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.createAppAdmin(AppEngineBridgeImpl.java:204)
at
com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:265)
at
com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:146)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Can I do something about it? I need this job to run at mins 04, 09, 14, 19,
24, 29, 34 etc. ....
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.