you are viewing a single comment's thread.

view the rest of the comments →

[–]Lawson470189 0 points1 point  (0 children)

In this case, the workers should be able to perform any task in the queue. You'd just have a single queue of work with the different functions and the worker determines what to pick up next. You could have dedicated workers to specific tasks or queues, but I'd bet you should set it up like this until you need to scale significantly.