We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
failureThreshold
Task
TaskUpdate
1 parent 27ca3f1 commit dcd1201Copy full SHA for dcd1201
specs/ingestion/common/schemas/run.yml
@@ -47,7 +47,7 @@ Run:
47
type: integer
48
outcome:
49
$ref: '#/RunOutcome'
50
- failureThrehsold:
+ failureThreshold:
51
$ref: './task.yml#/failureThreshold'
52
reason:
53
type: string
specs/ingestion/common/schemas/task.yml
@@ -16,6 +16,8 @@ Task:
16
type: boolean
17
default: true
18
description: Whether the task is enabled or not.
19
20
+ $ref: '#/failureThreshold'
21
action:
22
$ref: '#/ActionType'
23
# lastCursorValue:
@@ -102,6 +104,8 @@ TaskUpdate:
102
104
enabled:
103
105
106
107
108
109
110
TaskUpdateResponse:
111
type: object
0 commit comments