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
Launch one vcjob with only one task. If the task failed(OOM or some other reason),we can find the failure reason from the pod but could't from the vcjob.
I think vcjob should collect the tasks belong to is finished or failed and what's the failure reason when tasks failed. If one of task is failed and user set restartpolicy is False, I think the status of vcjob should be FAILED instead of "Completed".
As a user, If I only monitor vcjob, I don't know the vcjob is executed successful or failed.
Launch one vcjob with only one task. If the task failed(OOM or some other reason),we can find the failure reason from the pod but could't from the vcjob.
I think vcjob should collect the tasks belong to is finished or failed and what's the failure reason when tasks failed. If one of task is failed and user set restartpolicy is False, I think the status of vcjob should be FAILED instead of "Completed".
As a user, If I only monitor vcjob, I don't know the vcjob is executed successful or failed.
One Example:
We can see the task of vcjob is running
The text was updated successfully, but these errors were encountered: