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 controler for low demand times #83

Open
mschnepf opened this issue Feb 10, 2021 · 0 comments
Open

Add controler for low demand times #83

mschnepf opened this issue Feb 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mschnepf
Copy link
Member

COBalD needs at least one running resource to determine utilisation and allocation. Therefore at least one resource (supply > 1), e.g. one server, is running only to check for demand. The demand for some resources is infrequent or only at a given timespan/date. If there is no demand for a longer period, resources are only requested to check for demand.
During a no-demand phase, the new controller sets the demand>0 in intervals. If the resources are inefficiently used, the demand is set back to 0 until the next interval is over. This would reduce resources that are requested only to check for the demand.

This could be useful in combination with the Stepwise controller. This new controller is used during a low supply time to check from time to time the demand. Another controller is used during high supply phases.

@mschnepf mschnepf added the enhancement New feature or request label Feb 10, 2021
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

1 participant