temporalio.client.ScheduleBackfill
class documentation
class ScheduleBackfill: (source)
View In Hierarchy
Time period and policy for actions taken as if the time passed right now.
end_at
overlap
start_at
_to_proto
end_at: datetime = (source) ¶
datetime
Undocumented
overlap: ScheduleOverlapPolicy | None = (source) ¶
ScheduleOverlapPolicy | None
start_at: datetime = (source) ¶
Start of the range to evaluate the schedule in.
This is exclusive
def _to_proto(self) -> temporalio.api.schedule.v1.BackfillRequest: (source) ¶
temporalio.api.schedule.v1.BackfillRequest