#multiple processors for a bull queue?

1 messages · Page 1 of 1 (latest)

bleak storm
#

Is it possible to have multiple processors handle names jobs added to a bull queue?

#

On second thought I realize this may be an anti-pattern.

quick nexus
#

Within a single process, you can set the maximum concurrency for one queue, so multiple processkrs don't really make sense

#

But of course, you can have multiple processors for the same queue in different processes (worker threads)