Skip to content
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

Reset jobs to pending when memory is low #712

Open
madwort opened this issue Mar 7, 2024 · 1 comment
Open

Reset jobs to pending when memory is low #712

madwort opened this issue Mar 7, 2024 · 1 comment

Comments

@madwort
Copy link
Contributor

madwort commented Mar 7, 2024

Stop jobs to pending if we dip below a threshold of free memory on a backend. Based on the most recent incident, my initial suggestion is 45GB free. We should try to use the same principle as db maintenance mode, i.e. reset to pending so that they automatically restart when resources become available (instead of erroring & requiring the end-user/researcher to re-run the job). My idea is that the most recently started job should be killed (i.e. FIFO).

sibling ticket of #699

see discussion in slack thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant