Hey A. Kong, Thanks for your question. This is an expected behaviour which can be clarified by looking into the information in the tooltip. This is about the "enforced rate" you can find in Task Queue section on Console. You will see the following tool tip when you hover the mouse on the question mark icon:
"App Engine is enforcing a processing rate lower than the maximum rate for this queue either because your application is returning HTTP 503 codes or because currently there is no instance available to execute a request." This basically means that the App Engine application is overloaded, and TaskQueue has to be slow down to overwhelm application. I recommend in this case that you review your performance settings to better scale the application based on the workload. Let me know if you'd like any assistance with that, I'll be glad to help. Cheers, Nick Cloud Platform Community Support On Thursday, July 21, 2016 at 3:13:24 AM UTC-4, A. Kong wrote: > > In order to preform some data migration, I have used a push queue to > execute tasks to modify data in a lot of entities. > > The tasks in queue were running fine, but suddenly the queue becomes > empty. Next to the queue name, there is an icon which shows the followig > text in the tooltip: > > "To conserve system resources during peak usage, App Engine is enforcing a > processing rate lower than the maximum rate for this queue" > > > What is going on here? I need to get the data conversion before i can > deploy a new version to GAE (in python). > > My questions: > > 1) What does not message mean? > > 2) How can i get the queue to run again? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d02fe9ea-cd29-4ddd-9476-ef17d1234cc6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
