Function sqlxmq::commit

source ·
pub async fn commit<'b, E: Executor<'b, Database = Postgres>>(
    executor: E,
    job_ids: &[Uuid]
) -> Result<(), Error>
Expand description

Commit the specified jobs. The jobs should have been previously spawned with the two-phase commit option enabled.