pub async fn handle_results<E>( executor: &mut E, results: &[&Payload], worker_id: &str, ) -> Result<u64, Error>where for<'e> &'e mut E: Executor<'e, Database = Postgres>,
Ack multiple tasks, given a worker