Skip to content

Commit 8b73729

Browse files
Update apps/invoke.mdx (#140)
1 parent 3f902f7 commit 8b73729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/invoke.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ print(invocation.id)
4040

4141
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.
4242

43-
<Info>Asynchronous invocations time out after 15 minutes.</Info>
43+
<Info>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.</Info>
4444

4545
<CodeGroup>
4646
```typescript Typescript/Javascript

0 commit comments

Comments
 (0)