Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_retry_delay

Method
This is a method of the FailoverManager class in the failover module.
Calculate retry delay for an attempt.

Signature

def get_retry_delay(&self, attempt: u32) -> Duration

Parameters

attempt
u32
required
No description available.

Returns

Returns
Duration
The result of the operation.

Rust Retry

Rust Failover