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_next_profile

Method
This is a method of the FailoverManager class in the failover module.
Get the next available profile. Returns profiles in priority order, skipping those that are rate limited or in cooldown.

Signature

def get_next_profile(&mut self) -> Option<&AuthProfile>

Returns

Returns
Option<&AuthProfile>
The result of the operation.

Rust Files

Rust Documents