Is there any standard way to get cloud task count for a queue?
I know we can loop through nextPageToken
and achieve this.
Can this be achieved with single request?
Is there any standard way to get cloud task count for a queue?
I know we can loop through nextPageToken
and achieve this.
Can this be achieved with single request?
Copyright © 2021 Jogjafile Inc.
By looking at the documentation, QueueStats seems to be the standard way to get task count.
As mentioned in @Sameer comment, cloudtask v2beta3 has a feature to request for stats of a queue: