Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/invoke.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

<CodeGroup>
```typescript Typescript/Javascript
Expand Down