Jeremy
Jeremy
CDCloudflare Developers
Created by Jeremy on 11/2/2024 in #workers-help
How to develop with both Browser Rendering and Queues?
I'm working on an app that is using both Browser Rendering and Queues to manage requests to the browser rendering workers, but I can't run the browser rendering workers locally, and if I try to use remote dev it fails to boot if I have any queues defined in wrangler.toml https://developers.cloudflare.com/workers/testing/local-development/#supported-resource-bindings-in-different-environments Right now I've removed the queue and run the browser worker directly, but this will not work well in prod. Is there a solution to this?
3 replies