diff --git a/src/main.go b/src/main.go index f801170..b5065ab 100644 --- a/src/main.go +++ b/src/main.go @@ -344,6 +344,7 @@ func serverAPI(w http.ResponseWriter, r *http.Request) { break /* allocator.strategy */ + /* TODO: move jobs */ case "allocator.strategy": ok = InstanceOfAllocator().updateStrategy(value) scheduler = InstanceOfConfiguration().GetScheduler()