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 the number of dispatched but unreplied requests, the execution rate, and the number of tasks executed in the last minute.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueueStats\u003c/code\u003e class has read-only properties like \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, which offer insights into the queue's current state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueueStats\u003c/code\u003e class offers two constructors: a default constructor and one that accepts another \u003ccode\u003eQueueStats\u003c/code\u003e instance for copying its data.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this resource is 3.0.0-beta07, and older versions such as 3.0.0-beta06 and 2.0.0-beta08 are also accessible.\u003c/p\u003e\n"]]],[],null,[]]