Skip to main content

FailoverConfig

Defined in the failover module.
Configuration for failover behavior. Attributes: max_retries: Maximum retry attempts per request retry_delay: Base delay between retries (seconds) exponential_backoff: Whether to use exponential backoff max_retry_delay: Maximum retry delay (seconds) cooldown_on_rate_limit: Cooldown duration for rate limits (seconds) cooldown_on_error: Cooldown duration for errors (seconds) rotate_on_success: Whether to rotate profiles on success

Properties

max_retries
int
No description available.
retry_delay
float
No description available.
exponential_backoff
bool
No description available.
max_retry_delay
float
No description available.
cooldown_on_rate_limit
float
No description available.
cooldown_on_error
float
No description available.
rotate_on_success
bool
No description available.
  • to_dict: Convert to dictionary.