This question has been flagged
2511 Views

Hello,


I want to run our odoo service in multi workers mode. When I edit worker config into 1, below error continuous occurred.

Please help us.

2020-05-20 07:47:43,175 2856 INFO bluemon0511 odoo.service.server: Worker (2856) exiting. request_count: 0, registry count: 1.
2020-05-20 07:47:43,394 2860 INFO bluemon0511 odoo.service.server: Worker WorkerHTTP (2860) alive
Exception in thread Worker WorkerHTTP (2860) workthread:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/opt/odoo-new/odoo/service/server.py", line 854, in _runloop
    signal.pthread_sigmask(signal.SIG_BLOCK, {
AttributeError: 'module' object has no attribute 'pthread_sigmask'
Avatar
Discard