Skip to content

Any specific configuration to make the video call work well in odoo 16 in production mode? #477

Answered by pleirb
pleirb asked this question in Q&A
Discussion options

You must be logged in to vote

Well, I finally found the solution!
It turns out that in test.yaml this configuration for the odoo service is included:

    command:
      - odoo
      - --workers=2
      - --max-cron-threads=1

And in prod.yaml this is NOT included, I simply put the same thing and now everything works perfectly. @pedrobaeza Can you verify that this is included in your configuration? Because the template, at least I'm sure, does not generate these configurations for prod.yaml

The configuration I suppose can be changed according to needs. An example for the number of simultaneous video calls is provided in the odoo documentation in the LiveChat section:
https://www.odoo.com/documentation/16.0/administrati…

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@pleirb
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@pedrobaeza
Comment options

@pleirb
Comment options

@pedrobaeza
Comment options

@pleirb
Comment options

Answer selected by pleirb
@pedrobaeza
Comment options

@pleirb
Comment options

@pedrobaeza
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants