So am I (8 hours) and auto task running works fine, Rgds
T On May 28, 10:32 pm, djidjadji <[email protected]> wrote: > I'm ahead a few hours of UTC and for me the automatic task queue works. > I have not modified the 1.3.4 SDK code. > > 2010/5/27 Kenneth <[email protected]>: > > > > > The problem with the task not running automatically is because of this > > bug: > > >http://code.google.com/p/googleappengine/issues/detail?id=2508 > > > Basically it works fine in Mountain View, California, but not for > > anyone who is ahead of UTC since the eta will be in the future. > > > Solution as described in the bug report is replace line 414 in > > taskqueue.py: > > > def __determine_eta(eta=None, countdown=None, > > now=datetime.datetime.now) > > with > > def __determine_eta(eta=None, countdown=None, > > now=datetime.datetime.utcnow) > > > Hope that helps. > > > On May 22, 9:10 pm, andy stevko <[email protected]> wrote: > >> I see auto run tasks all the time in my dev environment. I thought the docs > >> just were not up to date. I'm using the latest eclipse plugin. > > >> On May 22, 2010 12:42 PM, "Ryan Weber" <[email protected]> wrote: > > >> Strange, because that's not what is happening for me. I have to still > >> manually run them. Can anyone think of any reason why mine would still be > >> manual? When I saw all the features of the 1.3.4 release, I was most > >> looking > >> forward to the auto-run of tasks, so I wouldn't have to click "run" every > >> time, but alas, no luck yet... -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
