Hey, I have a app which uses browser
Hey, I have a app which uses browser rendering and queues in the same worker. So far I used wrangler dev --remote to develop the browser part, I wanted to add the queue but ran into the issue, that queues are not supported in remote dev. What is a possible solution here?
2 Replies
unfortunately yeah, Queues aren't supported in remote dev mode yet. deploying to a staging environment is an option; not as convenient as building locally but maybe it can get you unblocked?
Ok thank you. This isn't an amazing solution but I guess deployment works fairly quick.
Is there a timeline on when support might be added?