diff --git a/README.md b/README.md index 79b433d..2f2566d 100644 --- a/README.md +++ b/README.md @@ -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.