Skip to main content

fail_external_in_tx

Function fail_external_in_tx 

Source
pub async fn fail_external_in_tx(
    tx: &mut Transaction<'_, Postgres>,
    callback_id: Uuid,
    error: &str,
    run_lease: Option<i64>,
) -> Result<JobRow, AwaError>
Expand description

Transaction-aware variant of fail_external (ADR-029).