-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 8.2.2
-
Component/s: Deployments, REST API
-
None
-
1
-
Severity 2 - Major
-
0
Issue Summary
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create an enterprise sized instance with over 1 million deployment environments
- Access the /rest/api/latest/deploy/project/
{id}
either manually or automatically
Expected Results
Results returned within a reasonable period of time.
Actual Results
Results are returned after approximately 20 minutes, heavy DB load while waiting.
If many calls to the endpoint are made it may saturate the HTTP Pool.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available