[appengine-java] max-concurrent-requests useless?

2011-02-18 Thread vincent digiaro
Hi, I dont understand why all my tasks are executed at the same time. It looks like my queue.xml is ignored(but i have an error if i change the name of my queue in the xml or in the code) I just want an execution one by one. I use the last gdata and the 1.4.0 sdk (the 1.4.2 always give a

[appengine-java] max-concurrent-requests useless?

2011-02-18 Thread vincent digiaro
queue-entries queue namemine/name rate5/m/rate max-concurrent-requests1/max-concurrent-requests /queue /queue-entries for (Site entry : SiteBdd){ TaskOptions TOdefault =TaskOptions.Builder.withDefaults();

[google-appengine] unable to use max-concurrent-requests in queue.xml

2011-02-17 Thread vincent digiaro
Hi,I use tasks in a queue like this: for (Site entry : SiteBdd) queue.add(url(/Task_Users) .param(site,entry.getName()) .param(token,token));

[google-appengine] Re: unable to use max-concurrent-requests in queue.xml

2011-02-17 Thread vincent digiaro
i am using 1.3.5 sdk, maybe that is the problem. but now i am trying with the 1.4.2 A new problem : java.lang.RuntimeException: Unable to complete the HTTP request I keep trying... On Feb 17, 4:08 pm, Simon Knott knott.si...@gmail.com wrote: What version of the SDK are you using? -- You