Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/cloud/nexus/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keywords:
- limits
- rate limits
- max endpoints
- max allowed namespaces
- max operations
- request handler timeout
- max operation duration
Expand All @@ -22,6 +23,7 @@ Nexus limits are documented in [Temporal Cloud limits](/cloud/limits):

- [Nexus rate limits](/cloud/limits#nexus-rate-limits) - Nexus requests count toward the Namespace RPS limit.
- [Nexus Endpoint limits](/cloud/limits#nexus-endpoints-limits) - 100 Endpoints per Account (default).
- [Nexus caller Namespace limits](/cloud/limits#nexus-endpoint-access-policy-limits) - 1,000 caller Namespaces per Endpoint.
- [Per-Workflow Nexus Operation limits](/cloud/limits#per-workflow-nexus-operation-limits) - 30 in-flight Operations per Workflow.
- [Nexus Operation request timeout](/cloud/limits#nexus-operation-request-timeout) - Less than 10 seconds for a handler to process a start or cancel request.
- [Nexus Operation duration limits](/cloud/limits#nexus-operation-duration-limits) - 60-day maximum ScheduleToClose duration.
Expand Down
4 changes: 4 additions & 0 deletions docs/evaluate/temporal-cloud/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ There is no limit on the number of resource IDs or actions within a single permi
By default, each account is provisioned with 100 Nexus Endpoints.
You can request further increases beyond the initial 100 Endpoint limit by [opening a support ticket](/cloud/support#support-ticket).

### Nexus caller Namespace limits {/* #nexus-endpoint-access-policy-limits */}

A single Nexus Endpoint can have a maximum of 1,000 caller Namespaces in its [Access Policy](/nexus/security#runtime-access-controls), the allowlist of Namespaces permitted to use the Endpoint.

## Programming model level

The following limits apply at the programming model level.
Expand Down