Added TODO to clean up constants.go and use Mesos attributes instead.

This commit is contained in:
Pradyumna Kaushik 2017-02-09 20:41:54 -05:00
parent eea0db0b3d
commit aabdd716dd

View file

@ -6,6 +6,8 @@ Constants that are used across scripts
5. window_size = number of tasks to consider for computation of the dynamic cap. 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. Also, exposing functions to update or initialize some of the constants.
TODO: Clean this up and use Mesos Attributes instead.
*/ */
package constants package constants