[appengine-java] TaskOptions.countdownMillis not used

2010-04-22 Thread Fabrizio
Hello, I need to add a task in the TaskQueue. But I need a small delay before exectution (2 seconds). I use countdownMillis(long) to delay the execution. But execution starts immediatelly. I don't understand if my code is wrong or if there is a problem with countdownMillis. My code is: Queue qu

Re: [appengine-java] TaskOptions.countdownMillis not used

2010-04-22 Thread Max Ross (Google)
What is the value of the delay variable? On Thu, Apr 22, 2010 at 1:21 PM, Fabrizio wrote: > Hello, > > I need to add a task in the TaskQueue. But I need a small delay before > exectution (2 seconds). I use countdownMillis(long) to delay the > execution. But execution starts immediatelly. I don'