1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-13 07:46:43 +00:00

update scheduler_priority

This commit is contained in:
2019-07-12 15:00:25 +08:00
parent 3876c474e4
commit b48d9a92c0

View File

@@ -98,7 +98,8 @@ func main() {
pool.nodes = make(map[string]NodeStatus)
pool.start()
scheduler = &SchedulerFCFS{}
//scheduler = &SchedulerFCFS{}
scheduler = &SchedulerPriority{}
scheduler.Start()
go func() {