From aabdd716ddb027920a87e61cd189623d52266986 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 9 Feb 2017 20:41:54 -0500 Subject: [PATCH] Added TODO to clean up constants.go and use Mesos attributes instead. --- constants/constants.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants/constants.go b/constants/constants.go index 045c1a2..01cfc8a 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -6,6 +6,8 @@ Constants that are used across scripts 5. window_size = number of tasks to consider for computation of the dynamic cap. Also, exposing functions to update or initialize some of the constants. + +TODO: Clean this up and use Mesos Attributes instead. */ package constants