pub async fn retry<'e, E>( executor: E, job_id: i64, ) -> Result<Option<JobRow>, AwaError>where E: PgExecutor<'e>,
Retry a single failed or cancelled job.