Should queue consumer workers be separate from fetch workers?
You can return a worker with
1. It doesn't matter as cloudflare can split fetch and queue automatically
2. It doesn't matter as loading the entire worker for both is no problem
fetch or queue or both. If I have my api on fetch and then also have queue stuff is it better to create a sperate worker and use queue there or...1. It doesn't matter as cloudflare can split fetch and queue automatically
2. It doesn't matter as loading the entire worker for both is no problem
