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.
Currently, PAI job-detail page will auto-refresh every 10 seconds. When user submit too many job instances, every refresh will take a long time to retrieve data. And this will block other requests send to rest-server
Options to solve this problem:
Disable auto-refresh in job detail page
Add cache in rest-server
Add PAI service alert. When PAI become unavailable, rest-server will consume more than 4GB memory and cpu usage is over 100%. Maybe we can trigger an alert for this. (Collecting rest-server logs will also helpful)
The text was updated successfully, but these errors were encountered:
Currently, PAI job-detail page will auto-refresh every
10 seconds
. When user submit too many job instances, every refresh will take a long time to retrieve data. And this will block other requests send torest-server
Options to solve this problem:
The text was updated successfully, but these errors were encountered: