[DOCS-1902] Add rate limit details for Dedicated Cloud and Self-Managed#2197
Open
mdlinville wants to merge 2 commits intomainfrom
Open
[DOCS-1902] Add rate limit details for Dedicated Cloud and Self-Managed#2197mdlinville wants to merge 2 commits intomainfrom
mdlinville wants to merge 2 commits intomainfrom
Conversation
Contributor
📚 Mintlify Preview Links🔄 Renamed/Moved (1 total)📄 Pages (1)
✨ Added (5 total)📄 Pages (5)
📝 Changed (20 total)📄 Pages (19)
⚙️ Other (1)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-docs-1902.mintlify.app |
This also adjusts the Dedicated Cloud platform docs to align better with Self-Managed now that we have more sub-pages. Redirects are added as needed.
0f5657f to
6e1eb79
Compare
jessicaxiang
reviewed
Mar 2, 2026
| | Limit | Default | Scope | | ||
| |-------|---------|-------| | ||
| | Filestream requests per second | 500 | Project | | ||
| | Filestream size | 120 MB per second | Project | |
There was a problem hiding this comment.
Suggested change
| | Filestream size | 120 MB per second | Project | | |
| | Filestream ingestion per second | 120 MB | Project | |
jessicaxiang
reviewed
Mar 2, 2026
| |-------|---------|-------| | ||
| | Filestream requests per second | 500 | Project | | ||
| | Filestream size | 120 MB per second | Project | | ||
| | Filestream requests per run per second | 2 | Run | |
There was a problem hiding this comment.
Suggested change
| | Filestream requests per run per second | 2 | Run | | |
| | Filestream requests per second | 2 | Run | |
maybe redundant because the scope column
jessicaxiang
reviewed
Mar 2, 2026
| | Filestream requests per run per second | 2 | Run | | ||
| | Run creation requests per second | 80 | Project | | ||
|
|
||
| When a limit is exceeded, the W&B SDK returns HTTP 429. You may see a message such as the following in your SDK logs: |
There was a problem hiding this comment.
Maybe we can add that filestream rate limits should never cause logging to crash or fail. When SDK gets a 429 response on a filestream request, it will backoff and retry the rate-limited request as-is, while subsequent updates are able to accumulate.
There was a problem hiding this comment.
Run creation rate limits will block training.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
DOCS-1902 Add rate limit details for Dedicated Cloud and Self-Managed
This also adjusts the Dedicated Cloud platform docs to align better with Self-Managed now that
we have more sub-pages. Adjusted internal link references and added redirects as needed. I tagged specific places that need technical review.
Testing
mint dev)mint broken-links)