Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@pipeline@checkpoint_Checkpoint.hrl
Raw

include/lightspeed@pipeline@checkpoint_Checkpoint.hrl

-record(checkpoint, {
run_id :: binary(),
stage :: binary(),
sequence :: integer(),
watermark :: lightspeed@pipeline@checkpoint:watermark(),
idempotency_key :: binary(),
at_ms :: integer()
}).