[appengine-java] Re: Cron scheduling and versions

2009-08-31 Thread Jason (Google)
Thanks for the docs suggestion, Hans. I'll try to get the page updated with this info. - Jason On Fri, Aug 28, 2009 at 11:15 PM, Hans DeBano wrote: > I had the same question today and testing verified for me that it only runs > for the default version. > > I wonder if the documentation at: > > h

[appengine-java] Re: Cron scheduling and versions

2009-08-28 Thread Hans DeBano
I had the same question today and testing verified for me that it only runs for the default version. I wonder if the documentation at: http://code.google.com/appengine/docs/java/config/cron.html could be modified from: *A cron job will invoke a URL at a given time of day. A URL invoked by cron

[appengine-java] Re: Cron scheduling and versions

2009-08-28 Thread Jason (Google)
I fairly certain that cron will only hit the defined handler for the default version. - Jason On Thu, Aug 27, 2009 at 1:35 AM, Martyn wrote: > > I have been thinking about using versions to allow multiple concurrent > JVMs. In particular I was planning to use one version to run cron > tasks. > >