OutboxFailures is incremented on any worker-side failure. stage in {"lease", "list_webhooks", "insert_delivery", "update_status"}.
(stage string)
| 41 | // OutboxFailures is incremented on any worker-side failure. |
| 42 | // stage in {"lease", "list_webhooks", "insert_delivery", "update_status"}. |
| 43 | OutboxFailures(stage string) |
| 44 | |
| 45 | // RedeliverRequests is incremented on each customer-driven replay. |
| 46 | // scope in {"single", "since"}. |
no outgoing calls