http://www.pdjamez.com/2011/05/google-app-engine-backends-part-deux/
On Oct 23, 5:42 pm, Peter Dev <[email protected]> wrote: > <?xml version="1.0" encoding="UTF-8"?> > <cronentries> > <cron> > <url>/long-task</url> > <description></description> > <schedule>every 30 minutes</schedule> > <target>name-of-the-backend</target> > </cron> > </cronentries> > > On Oct 20, 4:16 am, fachhoch <[email protected]> wrote: > > > > > > > > > I have a heavy duty servlet whihc takes long time to run , so I added > > a backed.xml and want to call this servlet through a corn job > > servlet , please tell me how to call the backend from a corn job? -- 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.
