Skip to content

Commit 0cdec80

Browse files
committed
Add timeout to registered task graph UDF environment.
1 parent ab8bc60 commit 0cdec80

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openapi-v1.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3776,6 +3776,13 @@ definitions:
37763776
client-side execution, the function will be executed on the server.
37773777
type: boolean
37783778
x-omitempty: true
3779+
timeout:
3780+
description: >
3781+
The maximum length of time this UDF is allowed to execute for before
3782+
it is killed and fails. If not present (or zero), the function is
3783+
allowed to run indefinitely (subject to the server’s global limits).
3784+
type: number
3785+
x-nullable: true
37793786

37803787
paths:
37813788
/.stats:

0 commit comments

Comments
 (0)