From 6a90d9e888bad24a560fb40f6f671214fb6b85d7 Mon Sep 17 00:00:00 2001 From: Abhinav Nekkanti <10552725+anekkanti@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:02:08 -0800 Subject: [PATCH] Add info on cloud ops api's async operations limits --- docs/cloud/operation-api.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/cloud/operation-api.mdx b/docs/cloud/operation-api.mdx index 26e26c024c..498f2a1606 100644 --- a/docs/cloud/operation-api.mdx +++ b/docs/cloud/operation-api.mdx @@ -163,6 +163,10 @@ This limit applies to all requests made by each user through any client (tcld, U This limit applies to all requests made by each service account through any client (tcld, Cloud Ops API). +**Asynchronous Operations: 10 concurrent operations at a time** + +This limits the number of concurrent asynchronous operations that can be in-flight at any given time. + ### Important considerations - Rate limits are enforced across all Temporal Cloud control plane operations