REDIS_BACKOFF_START

gafaelfawr.constants.REDIS_BACKOFF_START = 0.2

How long (in seconds) to initially wait after a Redis failure.

Exponential backoff will be used for subsequent retries, up to REDIS_BACKOFF_MAX total delay.