Hi, i'm currently trying to set up a queue between two different workers, one hosts the main applica
Hi, i'm currently trying to set up a queue between two different workers, one hosts the main application (the producer), and the other is responsible for firing off verification emails (the consumer), but what i'm not clear about and can't find documentation on, is that, assuming I have to have two wrangler.toml files (which my understanding is that i do), then how do i configure the queue to be exposed to both the consumer and the producer if they are in different files?
