Skip to main content

WORKER_RETRY_QUEUE_BASE_BACKOFF_MS

Constant WORKER_RETRY_QUEUE_BASE_BACKOFF_MS 

Source
pub const WORKER_RETRY_QUEUE_BASE_BACKOFF_MS: u64 = 50;
Expand description

Base backoff delay for the worker retry queue (ms). Doubles on each attempt.