pub async fn dispatch_payload( container: &Container, job_type: impl Into<String>, data: Value, ) -> Result<(), Error>
Push a job onto the configured queue (helper for the Job::dispatch().await? form).
Job::dispatch().await?