From ca247065820a7f6397b3c53d424be5dd0f7380ae Mon Sep 17 00:00:00 2001 From: Abhishek Jain Date: Fri, 24 Mar 2017 16:53:27 -0400 Subject: [PATCH] Removed the tag TODO from a TODO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2566d..fdc4907 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To Do: * Add ability to use constraints * Running average calculations https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average * 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. + * 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) 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