Assigned
Status Update
Comments
jo...@boshdirect.com <jo...@boshdirect.com> #2
I also experience a high number of 502 in europe-west1
er...@google.com <er...@google.com> #3
We suspect that we may be running into some sort of rate limit. The Cloud Tasks API Quota for maximum requests per minute is rather high (6 million/min) and we're not even close to that, but we believe that when we have bursts of task creation that the API then throws the 502.
Description
What you would like to accomplish:
At the moment, the Cloud Tasks UI is only able to fetch a total of 5000 tasks and even though there's the possibility of modifying the number of rows shown per page, if the queue has more than >5k tasks, these are not fetched.
It is not unusual having more than 5000 tasks added in a queue then this limits the searching capability and can lead to confusion as searching for some specific task can yield no results.
How this might work:
In the same fashion as the current implementation, a higher number of Tasks should be automatically fetched by the Cloud Tasks UI
If applicable, reasons why alternative solutions are not sufficient:
The current workaround is to use the gcloud SDK and filtering, but it's suboptimal as it takes time to execute and filtering for more than one task is tedious.