I'm halfway finished with the implementation of local queues using durable objects in miniflare. Thi
I'm halfway finished with the implementation of local queues using durable objects in miniflare. This will allow you to have local persistent queues that can be shared between multiple workers instead of the in memory array based queues and therefore you can test distributed / microservice architectures using queues fully locally. May I ask why you need --remote? For me the biggest issue is the lack of local queues between multiple workers (the main purpose of queues).





