Skip to main content

record_run

Function record_run 

Source
pub async fn record_run(
    conn: &mut PgConnection,
    phase: &str,
    outcome: &PhaseRunOutcome,
) -> ModelResult<()>
Expand description

Closes out an iteration. Only a success moves last_success_at, so a wedged phase stays distinguishable from a quiet one.