From 780868c57acc07b202d4fd9d53049c3d620048be Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 13:37:49 +0000 Subject: [PATCH] Update apps/invoke.mdx --- apps/invoke.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/invoke.mdx b/apps/invoke.mdx index 49b6b28..2dc6acc 100644 --- a/apps/invoke.mdx +++ b/apps/invoke.mdx @@ -40,7 +40,7 @@ print(invocation.id) For long running jobs, use asynchronous invocations to trigger Kernel actions without waiting for the result. You can then stream real-time [status updates](/apps/status#streaming-status-updates) for the result. -Asynchronous invocations time out after 15 minutes. +Asynchronous invocations time out after 15 minutes by default but can be configured to last up to 1 hour by setting the optional `async_timeout_seconds` parameter during invocation. ```typescript Typescript/Javascript