Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2019-07-12 Thread 'David Charles Martinez' via Google App Engine
Hello Govind, Google Issue Tracker is the right place for these types of issues and with the provided details we can track it and troubleshoot it accordingly since Google Groups is meant for conceptual questions and discussions and this will require proper troubleshooting. In addition, I

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2019-07-11 Thread Govind Rai
Hi Thanasis, How were you able to resolve your problem? Govind On Wednesday, October 12, 2016 at 12:13:01 PM UTC-7, Thanasis Delenikas wrote: > > Hello Nick, > > No, they do not relate with the processing time. The later is quite > constant - not very fast, but constant. > > Tasks just waited

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2019-06-19 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi, Thanks for reporting this and thanks for opening the issue tracker ticket, that was the right thing to do. Further communications will be made in this thread , however we cannot promise an ETA for the resolution of this issue. On

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2019-06-18 Thread Javier Martin
I'm experiencing the same problem. Every 30-45 minutes, about 10-20 tasks in queue are just ignored for some minutes. It takes about 7-9 minutes for the queue to dispatch them. All the rest of tasks are dispatched normally : ( I already filed an issue on the tracker

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2019-05-28 Thread 'Ying Li' via Google App Engine
For production issue, please post a proper report on our Public Issue Tracker [1] so we can investigate into it. Google Groups is generally used for simple product inquires and discussion and not actual issue reports, thanks. [1]

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2019-05-24 Thread Alan Gregg
I find this and I struggle to upload things usually because memory wont let me put through things. Yet you have places saying you can upload and make apps with very little memory and storage. On Fri, 24 May 2019, 21:30 Asim Pereira, wrote: > I know this issue was raised years ago, but I am

[google-appengine] Re: Task queue not executing tasks / backlogged

2019-05-24 Thread Asim Pereira
I know this issue was raised years ago, but I am facing the exact issue since quite many months. I have tried various queue configurations, different instance classes, memory optimization but to no avail. I even broke my backend and move a part of it to Frontend and Queues, but even the Queues

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-12 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Thanasis, Could you email me directly with your project ID and task queue names, along with timeframes in recent days when this has occurred? Or if it isn't occurring at present, send an email immediately upon viewing it in future? You could also create a Public Issue Tracker issue

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-12 Thread Thanasis Delenikas
Hello Nick, No, they do not relate with the processing time. The later is quite constant - not very fast, but constant. Tasks just waited (and waited and waited) in the queue without getting processed. When they did find their way in the processing handlers, they took the same time as always.

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Thanasis, Does that latency correspond to the time spent in the handlers that deal with the task queue request itself? Or, if not, what underlies the metric? Cheers, Nick Cloud Platform Community Support On Friday, October 7, 2016 at 3:55:04 PM UTC-4, Thanasis Delenikas wrote: > > Hi Nick

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-07 Thread Thanasis Delenikas
Hi Nick / Google, During the last 1-2 weeks, I've had the same problem. I've *never* encountered a backlog on my queues (load is small and processing generally fast). Then, suddenly and out of the blue, with *no* application or other changes, I get the behavior displayed on the attached graph

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-06 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Pasha, I would suggest posting a more detailed technical report to the Public Issue Tracker . The Public Issue Tracker is much better suited to issues like this, while this forum generally should be geared toward high-level discussion

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-10-06 Thread Pasha Seliverstov
Hi Nick, I have the same issue with queue not executing tasks at rate set in configuration. It looks really strange because the execution works correctly most of the days, but once per week the queue does not execute at correct rate. I experience the issue on Sep 30th and today Oct 6. I tried

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-07-12 Thread Hugo Visser
This has been happening on and off but today it's really off the charts. Currently have 28k tasks and none of them are executed. I filed #13118 for that. On Friday, May 13, 2016 at 8:44:57 PM UTC+2, Nick (Cloud Platform Support) wrote: > > Thanks for the update. Barring a very low setting for

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-05-13 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Thanks for the update. Barring a very low setting for "max concurrent tasks", I don't see why this could occur, so it appears this could be a production issue. In that case, I'd recommend opening a Public Issue Tracker thread with label

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-05-13 Thread Hugo Visser
Hitting the "run now" button makes the task run by the way. I don't see any relation to error rates on the task handler instances either. Looks like they are just stuck there waiting for execution. On Friday, May 13, 2016 at 8:02:04 PM UTC+2, Hugo Visser wrote: > > Just got an alert again. The

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-05-13 Thread Hugo Visser
Just got an alert again. The task rate is 25 tasks/sec with a bucket size of 10. Average latency of the handlers is varying depending on the task, but anywhere between 1 and 8 seconds. The thing that I'm seeing is that the task queue shows 120 tasks in the queue, 0 running, oldest task ETA 6

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-05-11 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Thanks for coming back to update. Feel free to post again with the information mentioned if you notice anything in the future. Best wishes, Nick Cloud Platform Community Support On Wednesday, May 11, 2016 at 4:33:36 PM UTC-4, Hugo Visser wrote: > > It looks like the queues are back to normal.

Re: [google-appengine] Re: Task queue not executing tasks / backlogged

2016-05-11 Thread Hugo Visser
It looks like the queues are back to normal. I've setup alerts in stack driver that triggered for a while but are resolved now. Will report back if that changes. On Wed, May 11, 2016, 21:08 'Nick (Cloud Platform Support)' via Google App Engine wrote: > Hey

[google-appengine] Re: Task queue not executing tasks / backlogged

2016-05-11 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hugo, Without knowing more about A) the configuration of the queue, B) the rate of task creation, C) the latency statistics on the task handler, it's difficult to say much on why this might be happening. If you could gather all those types of information, myself or someone else may be able

[google-appengine] Re: Task queue not executing tasks / backlogged

2016-05-10 Thread Hugo Visser
I'm seeing tasks in my queue that are there for 6 minutes without any tasks running at all. There doesn't seem to be much I can do about this which is really frustrating. On Tuesday, May 10, 2016 at 8:54:33 AM UTC+2, Hugo Visser wrote: > > Since last night or so I'm seeing this issue where