You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Per-Workflow Nexus Operation limits](/cloud/limits#per-workflow-nexus-operation-limits) - 30 in-flight Operations per Workflow.
28
28
-[Nexus Operation request timeout](/cloud/limits#nexus-operation-request-timeout) - Less than 10 seconds for a handler to process a start or cancel request.
29
29
-[Nexus Operation duration limits](/cloud/limits#nexus-operation-duration-limits) - 60-day maximum ScheduleToClose duration.
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.
219
+
By default, 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.
220
+
You can request further increases beyond the initial 1,000 caller Namespace limit by [opening a support ticket](/cloud/support#support-ticket).
// Mirrors the hero blurb in src/components/Cookbook/Home/CookbookHome.tsx —
9
-
// duplicated (not imported) because that file is a .tsx React component and
10
-
// this is a plain build-time script. Keep these in sync if the copy changes.
11
-
constHERO_BLURB=
12
-
'Step-by-step solutions that show you how to build reliable, production-ready AI systems with Temporal. Learn practical paradigms for prompts, tools, retries, and Workflow design.';
// src/pages/ai-cookbook.tsx (meta description and og:description), and
4
+
// plugins/cookbook-index/index.js (the generated ai-cookbook.md blockquote and
5
+
// the og:image card). Plain CommonJS because the plugin is a build-time script
6
+
// that can't import a .tsx module — same convention as aiCookbookOgImage.js.
7
+
module.exports={
8
+
AI_COOKBOOK_BLURB:
9
+
'Step-by-step recipes for building reliable AI systems with Temporal, covering LLM integrations, agentic loops, tool calling, and production patterns.',
0 commit comments