diff --git a/apps/invoke.mdx b/apps/invoke.mdx index 23cc925..b5576f8 100644 --- a/apps/invoke.mdx +++ b/apps/invoke.mdx @@ -17,6 +17,8 @@ You can invoke your app by making a `POST` request to Kernel's API or via the CL For long running jobs, use asynchronous invocations to trigger Kernel actions without waiting for the result. You can then poll its [status](/apps/status) for the result. +Asynchronous invocations time out after 15 minutes. + ## Via CLI diff --git a/reference/cli/apps.mdx b/reference/cli/apps.mdx index 23ae38c..0377583 100644 --- a/reference/cli/apps.mdx +++ b/reference/cli/apps.mdx @@ -21,7 +21,7 @@ Invoke a specific app action by its name. Generates an Invocation. | `--payload `, `-p` | Stringified JSON object (max 64 KB). Optional. | | `--sync`, `-s` | Invoke synchronously (default false). Optional. | -Synchronous invocations open a long-lived HTTP POST that times out after 60 seconds. Press `ctrl-c` to terminate a running invocation; associated browsers are destroyed. +Synchronous invocations open a long-lived HTTP POST that times out after 60 seconds. Asynchronous invocations time out after 15 minutes. Press `ctrl-c` to terminate a running invocation; associated browsers are destroyed. ## `kernel app list` List deployed application versions.