Skip to content

Commit e56c893

Browse files
committed
feat: add restartOnError to task and schedule action
1 parent 60fc619 commit e56c893

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

apify-api/openapi/components/schemas/actor-tasks/TaskOptions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ properties:
1313
type: number
1414
nullable: true
1515
example: 128
16+
restartOnError:
17+
type: boolean
18+
nullable: true
19+
example: false

apify-api/openapi/components/schemas/schedules/ScheduleActionsRunOptions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ properties:
1313
type: number
1414
nullable: true
1515
example: 1024
16+
restartOnError:
17+
type: boolean
18+
nullable: true
19+
example: false

0 commit comments

Comments
 (0)