Skip to main content

Module webhook_worker

Module webhook_worker 

Source
Expand description

Async webhook delivery worker Async webhook delivery worker.

Receives webhook delivery tasks from the event ingestion path via an mpsc channel, and delivers events to registered webhook URLs with retry and exponential backoff.

Functionsยง

run_webhook_delivery_worker
Run the webhook delivery worker.