QueueHealthMetricsDto
Queue health metrics
oldestPendingAgeMsinteger,null<int64>nullable
Age of oldest pending task in milliseconds
Possible values: >= 0
pendingCountinteger<int64>required
Number of tasks waiting to run
Possible values: >= 0
Example:
25processingCountinteger<int64>required
Number of tasks currently executing
Possible values: >= 0
Example:
4staleCountinteger<int64>required
Number of stale/stuck tasks
Possible values: >= 0
Example:
0QueueHealthMetricsDto
{
"oldestPendingAgeMs": 0,
"pendingCount": 25,
"processingCount": 4,
"staleCount": 0
}