Run multiple workers simultaneously

For Workes & Pages, what is the name of the domain?

example.com

What is the issue or error you’re encountering

Run multiple workers simultaneously

What steps have you taken to resolve the issue?

I have found only one link in the docs that describes runnning multiple workers at the same time. Is it really the only way? My app can have lots of serverless workers like that and I want to spin them up locally quickly with just one command, and for them to be able to be inderconnected with each other properly.

Like high availability / load balancer with Workers or to scale-up/down on demand? :thinking:

No, I meant like run them all on different ports locally with one command and bind them to each other’s local versions so that I can fully reproduce the prod architecture on my local and test it