From bfceaa6951f8c8be76c9dc9522217932c2eca9c3 Mon Sep 17 00:00:00 2001 From: Ben Echols Date: Tue, 24 Feb 2026 15:45:05 -0800 Subject: [PATCH 1/2] Fix stale Nexus RPS limit: link to canonical capacity-modes page The Nexus limits page hardcoded "1600 RPS" which is outdated. Replace with a link to /cloud/capacity-modes to avoid future drift. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/cloud/nexus/limits.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/cloud/nexus/limits.mdx b/docs/cloud/nexus/limits.mdx index fc185f176e..49c637dbee 100644 --- a/docs/cloud/nexus/limits.mdx +++ b/docs/cloud/nexus/limits.mdx @@ -30,8 +30,7 @@ Many of these defaults are configurable, so if you need them changed please open ## Rate Limiting -Nexus requests (commands, polling) are counted as part of the overall Namespace RPS limit in both the caller and handler Namespaces. -Default Namespace RPS limits are set at 1600 and automatically adjust based on recent usage (over prior 7 days). +Nexus requests (commands, polling) are counted as part of the overall [Namespace rate limit](/cloud/capacity-modes) in both the caller and handler Namespaces. ## Operational Limits From 95f49e1552d20094e72db847a2453d9f73b79ba5 Mon Sep 17 00:00:00 2001 From: Ben Echols Date: Tue, 24 Feb 2026 15:52:52 -0800 Subject: [PATCH 2/2] Fix link to point to /cloud/limits#requests-per-second Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/cloud/nexus/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/nexus/limits.mdx b/docs/cloud/nexus/limits.mdx index 49c637dbee..1da47bda8d 100644 --- a/docs/cloud/nexus/limits.mdx +++ b/docs/cloud/nexus/limits.mdx @@ -30,7 +30,7 @@ Many of these defaults are configurable, so if you need them changed please open ## Rate Limiting -Nexus requests (commands, polling) are counted as part of the overall [Namespace rate limit](/cloud/capacity-modes) in both the caller and handler Namespaces. +Nexus requests (commands, polling) are counted as part of the overall [Namespace rate limit](/cloud/limits#requests-per-second) in both the caller and handler Namespaces. ## Operational Limits