Skip to main content
GET
Outbox Backlog

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

响应

200 - application/json

Successful Response

The delivery backlog.

oldest_pending_age_s is the number that matters and the reason the count alone is not enough: a backlog of three hundred that is ten seconds old is a busy cluster, and a backlog of three that is six hours old is a broken dependency nobody has noticed.

pending
integer
默认值:0
done
integer
默认值:0
dead
integer
默认值:0
oldest_pending_age_s
number | null
actions
OutboxActionOut · object[]