Skip to main content

Interface: IBackfillRequest

schedule.v1.IBackfillRequest

Properties of a BackfillRequest.

Implemented by

Properties

endTime

Optional endTime: null | ITimestamp

BackfillRequest endTime


overlapPolicy

Optional overlapPolicy: null | ScheduleOverlapPolicy

If set, override overlap policy for this request.


startTime

Optional startTime: null | ITimestamp

Time range to evaluate schedule in. Currently, this time range is exclusive on start_time and inclusive on end_time. (This is admittedly counterintuitive and it may change in the future, so to be safe, use a start time strictly before a scheduled time.) Also note that an action nominally scheduled in the interval but with jitter that pushes it after end_time will not be included.