pub async fn fail_external_in_tx( tx: &mut Transaction<'_, Postgres>, callback_id: Uuid, error: &str, run_lease: Option<i64>, ) -> Result<JobRow, AwaError>
Transaction-aware variant of fail_external (ADR-029).
fail_external