TheDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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:
- Optimize logging. Reduce logging frequency or batch logs to decrease API requests, and stagger experiment start times to avoid simultaneous API requests.
- Check for outages. To rule out a temporary server-side problem, check W&B status updates.
- Contact support. Contact W&B support (support@wandb.com) with details of your experimental setup to request an increase in rate limits.
Connectivity Outage