Removed a TODO which is basically this current PR

This commit is contained in:
Abhishek Jain 2017-03-24 16:40:14 -04:00
parent 6665ff4776
commit 02aa1fac3c

View file

@ -10,7 +10,6 @@ To Do:
* Make parameters corresponding to each scheduler configurable (possible to have a config template for each scheduler?)
* TODO : Adding type of scheduler to be used, to be picked from a config file, along with it's configurable parameters.
* Write test code for each scheduler (This should be after the design change)
* Populate constants.PowerClasses dynamically.
Possible to setup the constants at runtime based on the environment?
* Log fix for declining offer -- different reason when insufficient resources as compared to when there are no
longer any tasks to schedule.