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