Skip to main content

Module timerange

Module timerange 

Source
Expand description

Parsing the time window a backfill runs over.

Structs§

TimeRange
A half-open window, epoch millis.

Enums§

Overlap
How a backfill’s runs behave when they collide with each other.
RangeError

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 backfill takes.