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

Add mechanism that pursues a longterm average quota #352

Open
swozniewski opened this issue Oct 2, 2024 · 1 comment
Open

Add mechanism that pursues a longterm average quota #352

swozniewski opened this issue Oct 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@swozniewski
Copy link
Contributor

Alternatively/additionally to a fixed upper boundary on the number of resources (current quota parameter), it would be good to have a mechanism that pursues a longterm average, e.g. implemented as a dynamically acting limiter in addition to the quota that defines the (higher) absolute limit of resources.
If there is a certain amount of compute time granted on a cluster, one might try to constantly run the corresponding amount of resources. But if less resources are run (e.g. if too many other users in the queue or too little load on the OBS), one would like to book more resources at a later point in time in order to catch up and finally use up the granted compute time.
A dynamic limiter based on accounting data could automatize this. A choice of different logics/agility levels might be useful.

@giffels giffels added the enhancement New feature or request label Oct 2, 2024
@giffels
Copy link
Member

giffels commented Oct 2, 2024

@swozniewski thanks a lot for submitting the issue. As already discussed I think that is a feature that needs to be supported for upcoming NHR integration.

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

No branches or pull requests

2 participants