pub async fn exists<'b, E: Executor<'b, Database = Postgres>>( executor: E, id: Uuid, ) -> Result<bool, Error>
Check if a job with that ID exists