hi, is it bad practice to have a worker with both a `fetch()` and a `queue()` ? the fetch is a simpl
hi, is it bad practice to have a worker with both a
fetch() and a queue() ? the fetch is a simple web page. I'm have a litte troubble understanding what happens when the queue forces the worker to scale? Is there any potential problems there?

