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