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
Hello,
We have around 5K+ tests and are running them in parallel with 12 workers. This is causing lot of pressure on report portal DB (self-hosted) and utilization spikes upto 100%, resulting into report portal calls being timed out during the test execution and results not reflecting correctly.
We do have decent enough resource limits for our DB:-
CPU :- 2
Memory:- 5GB
SSD Storage:- 250GB
The DB is hosted in GCP CloudSQL
Is there something that can be done?
Regards,
Nishant Shah
The text was updated successfully, but these errors were encountered:
Hello @nishant-shah-social !
Which reporting endpoint are you using? api/v1 or api/v2?
I believe api/v2 is more preferable for your case, as it works asynchronously on the server side (via a message broker) and offers higher bandwidth for requests.
Adding @irynakozak2 to check your setup.
Hi @nishant-shah-social ! I suggest doubling the size of CPU/RAM for your database (4 CPU/16 GB RAM) and adding more CPU for the ReportPortal itself to effectively handle your workload.
Hello,
We have around 5K+ tests and are running them in parallel with 12 workers. This is causing lot of pressure on report portal DB (self-hosted) and utilization spikes upto 100%, resulting into report portal calls being timed out during the test execution and results not reflecting correctly.
We do have decent enough resource limits for our DB:-
CPU :- 2
Memory:- 5GB
SSD Storage:- 250GB
The DB is hosted in GCP CloudSQL
Is there something that can be done?
Regards,
Nishant Shah
The text was updated successfully, but these errors were encountered: