Jeremy
CDCloudflare Developers
•Created by Jeremy on 11/2/2024 in #workers-help
How to develop with both Browser Rendering and Queues?
I have unblocked myself by factoring the browser rendering work out to a separate worker, and calling the production instance of it in the rest of my app when developing locally. This complicates my deployment, but let's me continue to work.
It would be really nice if local development could talk to real browser rendering instances so that this isn't necessary, similar to what Vectorize does
3 replies
CDCloudflare Developers
•Created by Jeremy on 11/2/2024 in #workers-help
How to develop with both Browser Rendering and Queues?
I am also trying to call the browser renderer in a workflow and this is not working in remote dev either :\
Any guidance on how I can structure this would be very welcome 🙏
3 replies