Documentation Index
Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt
Use this file to discover all available pages before exploring further.
When it fires
Emitted by the delivery worker when a single delivery hits the max retry count (5) without a 2xx response. The endpoint’sconsecutiveFailures counter has been incremented on each failure.
To prevent infinite recursion, a failed
webhook.delivery_failed delivery does not itself emit a new webhook.delivery_failed. Loops are avoided.Payload
actor is always null — system event from the worker.
Example
Suggested handling
- Page on-call for important consumers
- Auto-disable the endpoint if
consecutiveFailuresis unreasonably high (we don’t auto-disable; you decide based on your SLAs) - Notify the workspace owner via email/Slack so they can fix the receiver