Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Job API not return correct appLaunchedTime #4295

Closed
Binyang2014 opened this issue Mar 18, 2020 · 0 comments · Fixed by #4301
Closed

Job API not return correct appLaunchedTime #4295

Binyang2014 opened this issue Mar 18, 2020 · 0 comments · Fixed by #4301

Comments

@Binyang2014
Copy link
Contributor

Refer to

appLaunchedTime: new Date(framework.metadata.creationTimestamp).getTime(),

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant