Anyone from Cloudflare... are there any plans to fix queues working in wrangler dev, across multiple workers. Specifically in cases where they are started using separate wrangler dev commands and not with one command but multiple -c -c configs?
This is a pretty bad limitation. We're building a big platform and our dev consists of running all of our workers as separate commands/projects in a monorepo. We have been unable to use Queues feature because we cannot get it to work locally, and have had to engineer around this in awkard ways.