Skip to content

[DOCS-1902] Add rate limit details for Dedicated Cloud and Self-Managed#2197

Open
mdlinville wants to merge 2 commits intomainfrom
DOCS-1902
Open

[DOCS-1902] Add rate limit details for Dedicated Cloud and Self-Managed#2197
mdlinville wants to merge 2 commits intomainfrom
DOCS-1902

Conversation

@mdlinville
Copy link
Contributor

@mdlinville mdlinville commented Feb 25, 2026

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

  • Local build succeeds without errors (mint dev)
  • Local link check succeeds without errors (mint broken-links)
  • PR tests succeed

@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2026

📚 Mintlify Preview Links

🔗 View Full Preview

🔄 Renamed/Moved (1 total)

📄 Pages (1)

Old Path → New Path Preview
platform/hosting/hosting-options/dedicated_cloud.mdx
platform/hosting/hosting-options/dedicated-cloud.mdx
Dedicated Cloud

✨ Added (5 total)

📄 Pages (5)

File Preview
platform/hosting/hosting-options/dedicated-cloud/export-data.mdx Export Data
platform/hosting/hosting-options/dedicated-cloud/rate-limits.mdx Rate Limits
platform/hosting/hosting-options/dedicated-cloud/regions.mdx Regions
platform/hosting/self-managed/rate-limits.mdx Rate Limits
snippets/en/_includes/rate-limits-defaults-and-notification.mdx Rate Limits Defaults And Notification

📝 Changed (20 total)

📄 Pages (19)

File Preview
ja/platform/hosting/hosting-options/self-managed.mdx Self Managed
ko/platform/hosting/hosting-options/self-managed.mdx Self Managed
platform/hosting.mdx Hosting
platform/hosting/data-security/data-encryption.mdx Data Encryption
platform/hosting/data-security/ip-allowlisting.mdx Ip Allowlisting
platform/hosting/data-security/private-connectivity.mdx Private Connectivity
platform/hosting/data-security/secure-storage-connector.mdx Secure Storage Connector
platform/hosting/enterprise-licenses.mdx Enterprise Licenses
platform/hosting/hosting-options/multi_tenant_cloud.mdx Multi Tenant Cloud
platform/hosting/hosting-options/self-managed.mdx Self Managed
... and 9 more files
⚙️ Other (1)
File
docs.json

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 2851cc4 at 2026-02-26 00:34:46 UTC

@github-actions
Copy link
Contributor

github-actions bot commented Feb 25, 2026

🔗 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.
| Limit | Default | Scope |
|-------|---------|-------|
| Filestream requests per second | 500 | Project |
| Filestream size | 120 MB per second | Project |
Copy link

@jessicaxiang jessicaxiang Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Filestream size | 120 MB per second | Project |
| Filestream ingestion per second | 120 MB | Project |

|-------|---------|-------|
| Filestream requests per second | 500 | Project |
| Filestream size | 120 MB per second | Project |
| Filestream requests per run per second | 2 | Run |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Filestream requests per run per second | 2 | Run |
| Filestream requests per second | 2 | Run |

maybe redundant because the scope column

| 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:
Copy link

@jessicaxiang jessicaxiang Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run creation rate limits will block training.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants