Given you can't use a pages app and a
Given you can't use a pages app and a separate worker to consume a queue locally what is people's current workflows for handling this? I was thinking of deploying a queue and then just using that but I'm not sure how to have 1 binding be remote but the rest local
4 Replies
So does this mean, while it's possible to publish to the queue locally, there's no way to consume it somehow locally? https://developers.cloudflare.com/pages/functions/bindings/#interact-with-your-queue-producer-binding-locally
Cloudflare Docs
Bindings · Cloudflare Pages docs
A binding enables your Pages Functions to interact with resources on the Cloudflare developer platform. Use bindings to integrate your Pages Functions …
If you're using a worker you can publish and consume from the same one. You can't publish from one and consume in another, yet, from what I can see
did you figure out a working hybrid setup?
I've not yet, no. Thinking of just dropping queues 😅