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.

mark_rate_limited

Method
This is a method of the AuthProfile class in the failover module.
Mark this profile as rate limited.

Signature

def mark_rate_limited(cooldown_seconds: float) -> None

Parameters

cooldown_seconds
float
default:"60.0"
No description available.

Uses

  • time.time

Used By

Source

View on GitHub

praisonaiagents/llm/failover.py at line 125