Default limits and notification
The following default limits help maintain platform stability:
When a limit is exceeded, the W&B SDK returns HTTP response
429, and the message HTTP 429: rate limit exceeded appears in the SDK logs. How the SDK responds depends on which limit was exceeded:
-
Filestream rate limits don’t cause logging to crash or fail. When the SDK receives a
429response on a filestream request, it backs off and retries the rate-limited request as-is, while subsequent updates accumulate. - Run creation rate limits block further training.