const REDIS_FAILURE_BACKOFF: Duration;Expand description
After a Redis connect failure we short-circuit subsequent calls for this long so a transient outage doesn’t burn 2s per publish waiting on the timeout. One block per wallet-side call is cheap; cascading retries back the drainer into a queue-full state.