Skip to main content

mark_completed_owned

Function mark_completed_owned 

Source
pub fn mark_completed_owned(
    conn: &Connection,
    job_id: &str,
    worker_id: Option<&str>,
) -> Result<bool>
Expand description

Mark a job as completed, optionally validating worker ownership.