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 appLaunchedTime equal to creationTimestamp. So it will include waiting time. We need to return correct appLaunchedTime. And it's better to return launchTime for each task. Then we can monitor the actually resource utilization for job and task.
The text was updated successfully, but these errors were encountered:
Refer to
pai/src/rest-server/src/models/v2/job/k8s.js
Line 254 in 338f5a3
Currently
appLaunchedTime
equal tocreationTimestamp
. So it will include waiting time. We need to return correctappLaunchedTime
. And it's better to returnlaunchTime
for each task. Then we can monitor the actually resource utilization for job and task.The text was updated successfully, but these errors were encountered: