Azure/cyclecloud-scalelib

Node info is not synced when it's deleted

coin8086 opened this issue · 0 comments

return self.node_mgr.delete(nodes)

Node is deleted by self.node_mgr but it's not synced back with self.__scheduler_nodes_queue, neither self.node_history. Is it an issue? Or the DemandCalculator.delete method has some special use pattern? @ryanhamel