Process due webhook retries (operator/cron hook)
Re-attempt every delivery owned by the caller whose retry window has elapsed (status failed or queued, nextRetryAt in the past), up to a bounded batch. Each attempt is signed with the subscription’s current secret and follows the standard backoff / dead-letter policy. Due retries are normally processed opportunistically on the caller’s own API traffic; point an external cron at this endpoint to advance retries during quiet periods. Requires a key carrying the wildcard * scope — operator surface. Tenant-isolated: only the caller’s own deliveries are ever processed.
Authorizations
API key sent as Authorization: Bearer <api-key>.
Body
Max deliveries to process in this batch.
1 <= x <= 50