pub async fn dispatch_to<J>(job: J, queue: &'static str) -> Result<(), Error>where J: Job + Serialize + DeserializeOwned,
Dispatch a job to a specific queue.