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

# How can I resolve the Filestream rate limit exceeded error?

The `Filestream rate limit exceeded` error occurs when W\&B receives too many API requests in a short window, which can interrupt logging during training. To resolve it, work through the following steps to reduce request volume, rule out a service outage, and request a higher limit if needed:

1. Optimize logging. Reduce logging frequency or batch logs to decrease API requests, and stagger experiment start times to avoid simultaneous API requests.
2. Check for outages. To rule out a temporary server-side problem, check [W\&B status updates](https://status.wandb.com).
3. Contact support. Contact W\&B support ([support@wandb.com](mailto:support@wandb.com)) with details of your experimental setup to request an increase in rate limits.

***

<Badge stroke shape="pill" color="orange" size="md">[Connectivity](/support/models/tags/connectivity)</Badge><Badge stroke shape="pill" color="orange" size="md">[Outage](/support/models/tags/outage)</Badge>
