pub async fn cancel<'e, E>( executor: E, job_id: i64, ) -> Result<Option<JobRow>, AwaError>where E: PgExecutor<'e>,
Cancel a single non-terminal job.