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 Jun 6, 2024. It is now read-only.
If we only open 1 job detail page, the api call takes about 400~500ms.
If we open 10 job detail pages, the api call also takes about 400~500ms. And the rest-server CPU usage is lower than 10%.
In master branch:
If we only open 1 job detail page, the api call takes about 3~3.5s.
If we open 10 job detail pages, the api call also takes over 30s. And the rest-server CPU usage is 100%.
It also slows down other requests (see the following pic: the call to ssh is also slow):
The text was updated successfully, but these errors were encountered:
hzy46
changed the title
Rest-server job detail API becomes slow
Rest-server job detail API becomes slow and CPU-intensive
Oct 26, 2020
I compared the job detail API of
v1.2.1
and current master (commit id 03d83a7) with the same test job:In v1.2.1:
If we only open 1 job detail page, the api call takes about 400~500ms.
If we open 10 job detail pages, the api call also takes about 400~500ms. And the rest-server CPU usage is lower than 10%.
In master branch:
If we only open 1 job detail page, the api call takes about 3~3.5s.
If we open 10 job detail pages, the api call also takes over 30s. And the rest-server CPU usage is 100%.
It also slows down other requests (see the following pic: the call to
ssh
is also slow):The text was updated successfully, but these errors were encountered: