Skip to content

Commit 182ee5d

Browse files
committed
format
1 parent 741c63e commit 182ee5d

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

docs/v3-openapi.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5744,10 +5744,6 @@ components:
57445744
type: string
57455745
example: "America/New_York"
57465746
description: Defaults to "UTC". In IANA format ("America/New_York"). If set then it will trigger at the CRON frequency in that timezone and respect daylight savings time.
5747-
window:
5748-
type: string
5749-
example: "30m"
5750-
description: Optionally spread runs by assigning each schedule a stable time within this window after its cron time. Use a whole duration in minutes or hours up to 24 hours ("30m", "2h", "24h"), or a percentage of the interval between runs ("30%", "100%"). Use "0m" for no spreading.
57515747
required:
57525748
- task
57535749
- cron
@@ -5765,10 +5761,6 @@ components:
57655761
type: string
57665762
example: "America/New_York"
57675763
description: Defaults to "UTC". In IANA format ("America/New_York"). If set then it will trigger at the CRON frequency in that timezone and respect daylight savings time.
5768-
window:
5769-
type: string
5770-
example: "30m"
5771-
description: Optionally spread runs by assigning each schedule a stable time within this window after its cron time. Use a whole duration in minutes or hours up to 24 hours ("30m", "2h", "24h"), or a percentage of the interval between runs ("30%", "100%"). Use "0m" for no spreading.
57725764
required:
57735765
- task
57745766
- cron
@@ -5820,20 +5812,11 @@ components:
58205812
type: string
58215813
example: "America/New_York"
58225814
description: Defaults to UTC. In IANA format, if set then it will trigger at the CRON frequency in that timezone and respect daylight savings time.
5823-
window:
5824-
type: string
5825-
example: "30m"
5826-
description: The configured window used to spread runs after their cron time, if set. A whole duration such as "30m" or "2h", or a percentage such as "30%".
58275815
nextRun:
58285816
type: string
58295817
format: date-time
5830-
description: The next nominal cron time the schedule will run
5818+
description: The next time the schedule will run
58315819
example: "2024-04-01T00:00:00Z"
5832-
nextRunEffectiveAt:
5833-
type: string
5834-
format: date-time
5835-
description: The stable assigned time the next run will actually start. Equals `nextRun` when no window is set.
5836-
example: "2024-04-01T00:12:00Z"
58375820
environments:
58385821
type: array
58395822
items:

0 commit comments

Comments
 (0)