excited to start adding queues to production workers once it hits GA - two things I'm curious about:

excited to start adding queues to production workers once it hits GA - two things I'm curious about:

1. does adding a Queue environment binding limit the colos where the producing
fetch
handler can run, or change the behavior of the worker in any way?
2. does adding a
queue
handler (consumer) in the same worker as an existing
fetch
handler limit where the
fetch
handler can run, or change the behavior of the fetch side of the worker in any way?
Was this page helpful?