Also I made a lot of tasks and three workers, but only one worker is executing the tasks.
How can I have this pattern: a work queue is filled with tasks to do, multiple workers do the tasks in parallel?
I thought it was a very basic case for a tool like this