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:
@@ -98,7 +98,8 @@ func main() {
|
||||
pool.nodes = make(map[string]NodeStatus)
|
||||
pool.start()
|
||||
|
||||
scheduler = &SchedulerFCFS{}
|
||||
//scheduler = &SchedulerFCFS{}
|
||||
scheduler = &SchedulerPriority{}
|
||||
scheduler.Start()
|
||||
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user