> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cooldown On Rate Limit • Rust AI Agent SDK

> cooldown_on_rate_limit: Set cooldown on rate limit

# cooldown\_on\_rate\_limit

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**FailoverConfig**](../classes/FailoverConfig) class in the [**failover**](../modules/failover) module.

Set cooldown on rate limit

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def cooldown_on_rate_limit(mut self, seconds: f64) -> Self
```

## Parameters

<ParamField query="seconds" type="f64" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>
