google-app-enginegoogle-cloud-platformgoogle-cloud-tasks

Why is Google Cloud Tasks so slow?


I use Google Cloud Tasks with AppEngine to process tasks, but the tasks wait about 2-3 minutes in the queue before being sent to my App Engine endpoint.

There is no "delay" set on the tasks, and I expect them to be sent right away.

So the question is: Is Cloud Tasks slow?

As you can see is the following screenshot, Cloud Tasks gives an ETA of about 3 mins:

enter image description here


Solution

  • The official word from Google is that this is the best you can expect from their task queues.

    In my experience, how you configure tasks seems to influence how quickly they get executed.

    It seems that: