Done
Details
Details
Priority
Assignee
Sébastien Duthil
Sébastien DuthilReporter
Sébastien Duthil
Sébastien DuthilFix versions
Sprint
None
Story Points
3
Zendesk Ticket Count
1
Labels
Zendesk Support
1
Zendesk Support
1
Created April 16, 2024 at 7:43 AM
Updated September 4, 2024 at 3:17 PM
Resolved August 20, 2024 at 2:49 PM
Given I have installed a Wazo server
Given it is used with the default configuration
Given it has good performance hardware (lots of CPU, RAM and IO)
Given it is used extensively, with many calls per day and using lots of APIs
When a call comes in
Then the call fails and is hungup
Expected: the call is processed normally
Technical details:
wazo-agid fails with the following error:
Wazo services use a maximum of 125 threads
PostgreSQL has a default limit of maximum connections of 100
We should reduce the default number of threads or increase the maximum number of connections.