Skip to main content
POST
Retry Outbox Action

授权

Authorization
string
header
必填

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

路径参数

action_id
integer
必填

响应

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[]