Sounds like you might want to use a simple cron job to insert a task into a task queue. You can easily handle task parameters with Deferred.defer():
http://turbomanage.wordpress.com/2009/11/20/deferred-defer-is-a-thing-of-beauty/ /dmc On Dec 24, 12:43 am, Tb <[email protected]> wrote: > I know it kinda looks ugly since I had to add a doGet method to my > servlet to call doPost with the request and response objects... but > it was going to get the job done! Or so I thought... > I'm getting a > "com.google.apphosting.utils.config.AppEngineConfigException: XML > error validating" exception when GAE tries to match my cron.xml to the > xsd file. The url looks something like this "/doCall? > user=test&rank=1". > > Am I missing something or there's no way to set-up a "real" cron job > with command-line arguments and that kind of stuff? We can just do a > dumb get to a servlet? > Like I said, I may be missing something... -- 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.
