I second this report. I have an app that has a chained task that executes every 5 minutes. Each time the task completes it enqueues the next task to be executed (the next task is always scheduled for the next 5 minute mark).
>From looking at the logs.. the task ran fine at 10:30 AM PST.. then just did nothing (no errors no nothing) until 11:53 AM PST when it just started running again. So, there was pretty much an hour and a half gap.. with nothing happening. This chained task has been running fine for the past 9 months with no mysterious gaps like this. On Thu, Sep 16, 2010 at 2:57 PM, Chris Vaughn <[email protected]> wrote: > According to the app engine system stats page everything is running > fine but I'm seeing an issue that I can't figure out. > > I have an app that relies heavily on task queues. Every minute or so > a payload comes in and is broken into 1 or many (depending on the size > of the payload) schedule tasks and added to the "schedule-queue". For > the last 1h 15m nothing in my schedule-queue has been executed. I see > no errors in the logs and it has stayed at 0 run in the last minute. > Here's a screenshot from my admin page of that one queue. > http://skitch.com/chris.vaughn/dabtu/task-queues-appspot.com > > I've found another user on Twitter reporting similar behavior at the > same time. > http://twitter.com/bjschnei/status/24685776803 > > Chris > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
