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 provides statistics for a queue, including counts of dispatched, executed, and pending tasks.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces for robust functionality.\u003c/p\u003e\n"],["\u003cp\u003eKey properties 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, which give insight to the queue's current state and performance.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: one default, \u003ccode\u003eQueueStats()\u003c/code\u003e, and one that takes another \u003ccode\u003eQueueStats\u003c/code\u003e object to copy, \u003ccode\u003eQueueStats(QueueStats)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis is the 2.0.0-beta08 version of \u003ccode\u003eQueueStats\u003c/code\u003e, with newer versions available including 3.0.0-beta07 as the latest.\u003c/p\u003e\n"]]],[],null,[]]