Expand description
Parsing the time window a backfill runs over.
Structs§
- Time
Range - A half-open window, epoch millis.
Enums§
- Overlap
- How a backfill’s runs behave when they collide with each other.
- Range
Error
Functions§
- parse_
backfill - Read what the backfill prompt collects: a range, and optionally a policy after it.
- parse_
instant - One end of a range:
now, an offset such as-36h, or an absolute instant. - parse_
range - Read
START..END, the form a backfill is asked for. - to_
rfc3339 - An instant as RFC 3339, which is what
temporal schedule backfilltakes.