Skip to main content

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: 25
processingCountinteger<int64>required

Number of tasks currently executing

Possible values: >= 0

Example: 4
staleCountinteger<int64>required

Number of stale/stuck tasks

Possible values: >= 0

Example: 0
QueueHealthMetricsDto
{
"oldestPendingAgeMs": 0,
"pendingCount": 25,
"processingCount": 4,
"staleCount": 0
}