From 7fc5b5d19edae1213ad601b35e4d091c90088625 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Sat, 4 Feb 2017 16:10:32 -0500 Subject: [PATCH] Added TODO to be able to choose schedulers from the config file (the creation of which is also in TODO) too. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f491fcc..769efaa 100644 --- a/README.md +++ b/README.md @@ -8,6 +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. * Write test code for each scheduler (This should be after the design change) * Some of the constants in constants/constants.go can vary based on the environment. Possible to setup the constants at runtime based on the environment?