In a use case with several hosts running Odoo, we might want either to:
- allow several jobrunners to run concurrently on several hosts, which might be hard due to the queues kept in local memory
- elect a master jobrunner allowing to work, the other ones wait and one of them takes over if the master is down
In a use case with several hosts running Odoo, we might want either to: