From fce8a8e96bb8109ee7204e233f0afceee62824be Mon Sep 17 00:00:00 2001 From: Roey Berman Date: Wed, 11 Mar 2026 11:23:48 -0700 Subject: [PATCH] Bump callback limit from 32 to 2000 --- docs/evaluate/temporal-cloud/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evaluate/temporal-cloud/limits.mdx b/docs/evaluate/temporal-cloud/limits.mdx index 7197632ab4..dfc8119e40 100644 --- a/docs/evaluate/temporal-cloud/limits.mdx +++ b/docs/evaluate/temporal-cloud/limits.mdx @@ -270,7 +270,7 @@ Read more about [Temporal Workflow Execution limits](/workflow-execution/limits) ### Per Workflow Callback limits -A single Workflow Execution can have a maximum of 32 total Callbacks. +A single Workflow Execution can have a maximum of 2000 total Callbacks. These limits may be exceeded when [multiple Nexus callers attach to the same handler Workflow](/nexus/operations#attaching-multiple-nexus-callers).