Default limits and notification
The following section lists the default rate limits and describes how the W&B SDK behaves when you exceed a limit. 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 limited exceeded appears in the SDK logs.
-
Filesystem rate limits never cause logging to crash or fail. When the SDK receives a
429response on a filestream request, it will back off and retry the rate-limited request as-is, while subsequent updates accumulate. - Run creation rate limits block further training.