Re: [appengine-java] Programmatically schedule cron jobs

2010-03-04 Thread Ikai L (Google)
Not at the moment. You'll want to add this issue to our issue tracker: http://code.google.com/p/googleappengine/issues/list?q=cron On Wed, Mar 3, 2010 at 7:04 PM, Thomas Oldervoll wrote: > Is there a way to programmatically schedule new cron jobs, preferably > using the Java API? I would like to

Re: [appengine-java] Programmatically schedule cron jobs

2010-03-03 Thread yjun hu
By visitting one url in cron.xml, and i think you can do anything for this url. On Thu, Mar 4, 2010 at 11:04 AM, Thomas Oldervoll < thomas.olderv...@gmail.com> wrote: > Is there a way to programmatically schedule new cron jobs, preferably > using the Java API? I would like to offer my users the c

[appengine-java] Programmatically schedule cron jobs

2010-03-03 Thread Thomas Oldervoll
Is there a way to programmatically schedule new cron jobs, preferably using the Java API? I would like to offer my users the chance to schedule actions to happen at a later time, but from reading http://code.google.com/appengine/docs/java/config/cron.html it sounds like the only way to add a new cr