This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Releases: Netflix/Fenzo
Releases · Netflix/Fenzo
Maintenance Release
- Allow a new offer in single lease mode if there is not an offer on the vm.
Maintenance Release
- Fix scalar resource accounting for single lease mode.
Maintenance Release
Make AssignableVirtualMachine public so that it can be used in TaskScheduler.withAssignableVMsEvaluator.
More information for constraints and fitness functions
- Provide VM ids to constraints and fitness functions, when available
More information for scheduler callbacks
- Provide VMIDs (when available) to scheduler callbacks
Maintenance Release
- Add experimental api for evaluating assignable VMs.
- Doc/code cleanup.
Minor Improvements
- Add task batch size in order to dynamically increase/reduce scheduling iteration time
- Name the fenzo threads
Minor Improvement
- Add the ability to get usage by in PreferentialNamedConsumableResourceSet and get used count in PreferenctialNamedConsumableResource
ENI fitness evaluator
ENI fitness (#173) * Add pluggable ENI fitness evaluator (#170) * Make the number of threads in TaskScheduler configurable