Rate for the jobWorker

Hi, I’am newer to Zeebe. How do I create many job-workers with certain type to increase the rate at which they take on new jobs?

Thanks!

You just start more instances of your worker program. So on a single machine, you start them in different terminals. Or in a scheduler like Kubernetes, you start more replicas.