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.
when submitting the job, user can specify the the optional flag in the jobEnv.
If the flag is true and the job failed due to users' error, the job container will be reserved.
Or the container will directly exit.
Why is this needed:
1. If all container will be reserved in OpenPAI, much of the resource will be wasted. So the default behavior should be false.
2. Not all of users has the demand to debug the failed job.
Without this feature, how does the current module work:
Unable to directly exit from a failed container due to users' error.
Components that may involve changes:
Restserver
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Why is this needed:
Without this feature, how does the current module work:
Components that may involve changes:
The text was updated successfully, but these errors were encountered: