-
Notifications
You must be signed in to change notification settings - Fork 51
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
add limit on maximum number of running jobs per user #4430
Comments
flux-framework/flux-accounting#131, flux-framework/flux-accounting#177, and flux-framework/flux-accounting#202 were PR's that all added support for enforcing a max running jobs limit. Once a user has hit their max running jobs limit, subsequently submitted jobs are held (by adding a dependency to it) until a currently running job has completed and transitioned to EDIT: jobs are only rejected at submission time once a user has hit their max active jobs limit. |
Great! Thank you! On the tracker I will substitute 131 (active job limit) and 202 (running job limit) and we'll call those tasks done! Yay. |
I'll close this now. Chris please double check #4309 and make sure that we have the limits functionality represented by the correct flux-accounting references. If there are any outstanding issues with how those limits work let's add them to the tracker. |
I've just left a comment in #4309 to reference the relevant flux-accounting PR's that added support for the respective configurable user limits in the multi-factor priority plugin. Let me know if I missed any details or if any further clarification is required! |
As mentioned in #4309, we need a way to limit the number of running jobs per user, such that when the limit is exceeded, the job is held until a slot becomes available.
Note: this is a distinct problem from #4429 which would reject jobs at submission time if they would cause the user to exceed the user limit on active jobs.
The text was updated successfully, but these errors were encountered: