This question has been flagged
1 Reply
7463 Views

I have to Check when multiple workers use My module. My module Multiple user used so how many load in the server How to check it in odoo

i am try to this 

./odoo.py --workers=10

but this is Give me error

     import psycogreen.gevent not found

How to solved this error 

Avatar
Discard
Best Answer

You need to install psycogreen.  Check this link to on how to install psycogreen and other pre-requisite.  The script will actually grab all pre-requisite and install Odoo from github.  If you have already Odoo in your system, don't run the entire script.

Avatar
Discard