public double EffectiveExecutionRate { get; set; }
Output only. The current maximum number of tasks per second executed by the
queue. The maximum value of this variable is controlled by the RateLimits
of the Queue. However, this value could be less to avoid overloading the
endpoints tasks in the queue are targeting.
Output only. The number of tasks that the queue has dispatched and received
a reply for during the last minute. This variable counts both successful
and non-successful executions.
Output only. An estimation of the number of tasks in the queue, that is,
the tasks in the queue that haven't been executed, the tasks in the queue
which the queue has dispatched but has not yet received a reply for, and
the failed tasks that the queue is retrying.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eQueueStats\u003c/code\u003e class in the Google Cloud Tasks v2beta3 API provides statistics for a queue, including task execution and dispatch data.\u003c/p\u003e\n"],["\u003cp\u003eThis class, part of the \u003ccode\u003eGoogle.Cloud.Tasks.V2Beta3\u003c/code\u003e namespace, is implemented through \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eQueueStats\u003c/code\u003e include \u003ccode\u003eConcurrentDispatchesCount\u003c/code\u003e, \u003ccode\u003eEffectiveExecutionRate\u003c/code\u003e, \u003ccode\u003eExecutedLastMinuteCount\u003c/code\u003e, \u003ccode\u003eOldestEstimatedArrivalTime\u003c/code\u003e, and \u003ccode\u003eTasksCount\u003c/code\u003e, all of which provide insights into the queue's current state.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, one default and one that creates a new \u003ccode\u003eQueueStats\u003c/code\u003e instance based on an existing \u003ccode\u003eQueueStats\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this section of documentation is 3.0.0-beta07, while the current version of the page being viewed is 3.0.0-beta06.\u003c/p\u003e\n"]]],[],null,[]]