Done
Details
Details
Assignee
Roman Barannyk
Roman BarannykReporter
Olamide Kolawole
Olamide KolawoleLabels
Priority
Story Points
0.5
Sprint
Development Team
Vega
Fix versions
Release
Ramsons (R2 2024) Service Patch #1
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 6, 2025 at 11:07 PM
Updated 2 days ago
Resolved 3 days ago
The HTTP connection pool in mod-circulation is hardcoded to 100. This value is too low for heavy environments that have to make high number of HTTP requests to mod-circulation-storage and mod-inventory-storage. This can cause a major performance bottleneck for a single instance of mod-circulation.
Expose an environment variable that will set the maximum connection pool size upon startup. Variable name can be
HTTP_MAXPOOLSIZE
.Hint for dev: