-
Notifications
You must be signed in to change notification settings - Fork 548
Add more task debug info in jobInfo api response [rest-server] #4667
Conversation
This comment has been minimized.
This comment has been minimized.
Seems appExitType is useless and duplicated with appExitSpec, should we remove it? BTW, the completionStatus.type.name only have 2 values;
#Closed Refers to: src/rest-server/src/models/v2/job/k8s.js:303 in 71c04eb. [](commit_id = 71c04eb, deletion_comment = False) |
If we delete a previous property, I am not sure any side effects on frontend. I have checked that webportal does not use this field, but still need to make sure sdk/vscode parts. #Closed |
src/rest-server/docs/swagger.yaml
Outdated
currentAttemptLaunchedTime: | ||
type: integer | ||
description: >- | ||
the last attempt launched time, in number of milliseconds since the Unix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the last attempt [](start = 24, length = 16)
current attempt launched time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.