You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
200 threads rabbitConnectionFactorySharedExecutor (taskExecutorCorePoolSize: 200) can not work with 10 JDBC connections (maxDBConn: 10), only. Allure health check will not get a free connection, and Kubernetes will restart the service, because the service is not healthy.
And 200 threads rabbitConnectionFactorySharedExecutor will allocate all CPU resources in PostgreSQL.
Hello!
Default thread pool settings are not the best:
The source:
https://github.com/qameta/allure-testops-deployment/blob/master/charts/allure-testops/values.yaml
200 threads rabbitConnectionFactorySharedExecutor (taskExecutorCorePoolSize: 200) can not work with 10 JDBC connections (maxDBConn: 10), only. Allure health check will not get a free connection, and Kubernetes will restart the service, because the service is not healthy.
And 200 threads rabbitConnectionFactorySharedExecutor will allocate all CPU resources in PostgreSQL.
The best settings are:
The text was updated successfully, but these errors were encountered: