include/lightspeed@pipeline_Replaying.hrl

-record(replaying, {
    run_id :: binary(),
    from_stage :: binary(),
    started_ms :: integer()
}).