From 02aa1fac3c1b35c7b291c06f9dfc26e80470a96d Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Fri, 24 Mar 2017 16:40:14 -0400 Subject: [PATCH] Removed a TODO which is basically this current PR --- README.md | 1 - 1 file changed, 1 deletion(-) 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.