ensure_job_not_canceled

Function ensure_job_not_canceled 

Source
pub async fn ensure_job_not_canceled<C>(job_id: JobId, db: &C) -> MetaResult<()>
where C: ConnectionTrait,