does an agent that services a work queue with conc...
# ask-community
m
does an agent that services a work queue with concurrency 3 end up running three python threads (single python interpreter)? if so, does each thread have it's own event loop?
j
Each would have it's own event loop.