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