https://developers.cloudflare.com/queues/learning/local-development/#known-issues This is a blocker

https://developers.cloudflare.com/queues/learning/local-development/#known-issues

This is a blocker. I have a Remix full stack cloudflare pages app that produces messages and a worker that consumes them. They way my project is set up, the worker doesn't have a ORM or any framework, it's just a helper so I can have a queue consumer.

That means I can't put my queue method into my pages app and I can't put the producing code that execute sendBatch into the worker either. Is there no solution for this?
Was this page helpful?