Dmitri, what happens if your dispenser process (worker_pool) dies for some reason?
It will be restarted by supervisor, but all info about worker's status will be lost.
It means some worker processes will wait for new task forever, but server never send them any tasks for execution.
Dmitri, what happens if your dispenser process (worker_pool) dies for some reason?
It will be restarted by supervisor, but all info about worker's status will be lost.
It means some worker processes will wait for new task forever, but server never send them any tasks for execution.