-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement MPI Job clean-up Cron Job #40
Comments
Proposed implementation
There are placeholders in the above example, such as Service account Also a decision will need to be made on when the cron job is to run and how old the jobs have to be to be cleaned up (currently once a week and 24 hours old) |
This is good, but we don't want this solution to be limited to a namespace, rather it should be cluster-wide. |
Will do. |
We can run the job at midnight and delete any MPI jobs older than 7 days. We can start with that and if needed modify later. |
Continuation of #37
The text was updated successfully, but these errors were encountered: