-
Notifications
You must be signed in to change notification settings - Fork 549
Support delete/archive jobs #4453
Comments
We need admin user can delete some testing jobs. On developing some features in our platform based on OpenPAI, we need get the job list. If admin user cannot delete those useless jobs, the list of jobs that we get by API will be so long. And it seems that too many jobs will impact the performance of OpenPAI. |
@LiFang-Shaiic Here are work arounds for
|
The |
Support job archive (only
|
This feature can be realized by using job-tagging. Users can add a tag Please refer to #4853 |
This ticket is not for the current release but for a future support.
Scenario
As an OpenPAI user, I could permanent delete (clean up) some of my jobs to get rid of not in use jobs. After deletion, no one can restore this jobs. User need to confirm before the deletion.
As an Administrator, I could able to archive some bad job to clean up the view for all the users. After archive, the jobs are disappeared from job list and search views, but accessible from the job url (as archived read only job). Admin and user may or may not able to restore this jobs (to be decides, comments are welcomed here).
The text was updated successfully, but these errors were encountered: