Skip to main content
Docs/Processing/Retries, idempotency and dead letters
Processing

Retries, idempotency and dead letters

Operate processing safely under failures and worker restarts.

Retryable failures

Transient network and infrastructure failures can be retried with bounded exponential backoff.

Dead letters

Jobs that exceed retry policy enter a recoverable dead-letter state for operations review.