Skip to content
Snippets Groups Projects
user avatar
Daniel Reis authored
Starting the Odoo server with more than one worker results in repeated
"Bus unavailable" exceptions in the server log.

This seems related to the change made at
https://github.com/odoo/odoo/commit/a2ed3d3d5bdb6025a1ba14ad557a115a86413e65



 Investigation shows the the bus model file is loaded before gevented
 mode is started, and thus the wroker won't have the ImDispach
 available.

closes odoo/odoo#111352

Signed-off-by: default avatarStockbauer Matthieu (tsm) <tsm@odoo.com>
9a2823ca
History