get_retry_delay
Method
This is a method of the FailoverManager class in the failover module.Calculate retry delay for an attempt.
Signature
Parameters
Attempt number (0-indexed)
Returns
Delay in seconds
Calculate retry delay for an attempt.
This is a method of the FailoverManager class in the failover module.Calculate retry delay for an attempt.
def get_retry_delay(attempt: int) -> float