Hi Victor, There is a bug in the local task queue implementation that considers some legal ETA values to be invalid. We've already made the fix but unfortunately we didn't get it into 1.2.6 so it won't be available until 1.2.7.
Max On Sun, Oct 18, 2009 at 9:02 AM, victor <[email protected]> wrote: > > I keep getting this error when I use the "TaskOptions.etaMillis" > option in task queue. I do not get this error when I deploy my app in > google app engine. If anybody has some clues that will be great. > > SEVERE: ETA is invalid : > java.lang.IllegalArgumentException: ETA is invalid : > at > com.google.appengine.api.labs.taskqueue.QueueApiHelper.translateError > (QueueApiHelper.java:86) > at > com.google.appengine.api.labs.taskqueue.QueueApiHelper.makeSyncCall > (QueueApiHelper.java:32) > at com.google.appengine.api.labs.taskqueue.QueueImpl.add > (QueueImpl.java:220) > at com.google.appengine.api.labs.taskqueue.QueueImpl.add > (QueueImpl.java:210) > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
