pub const WORKER_RETRY_QUEUE_BASE_BACKOFF_MS: u64 = 50;
Base backoff delay for the worker retry queue (ms). Doubles on each attempt.