You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3-openapi.yaml
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -5744,10 +5744,6 @@ components:
5744
5744
type: string
5745
5745
example: "America/New_York"
5746
5746
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.
5751
5747
required:
5752
5748
- task
5753
5749
- cron
@@ -5765,10 +5761,6 @@ components:
5765
5761
type: string
5766
5762
example: "America/New_York"
5767
5763
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.
5772
5764
required:
5773
5765
- task
5774
5766
- cron
@@ -5820,20 +5812,11 @@ components:
5820
5812
type: string
5821
5813
example: "America/New_York"
5822
5814
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%".
5827
5815
nextRun:
5828
5816
type: string
5829
5817
format: date-time
5830
-
description: The next nominal cron time the schedule will run
5818
+
description: The next time the schedule will run
5831
5819
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.
0 commit comments