mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-15 16:16:44 +00:00
update scheduler_priority
This commit is contained in:
@@ -98,7 +98,8 @@ func main() {
|
|||||||
pool.nodes = make(map[string]NodeStatus)
|
pool.nodes = make(map[string]NodeStatus)
|
||||||
pool.start()
|
pool.start()
|
||||||
|
|
||||||
scheduler = &SchedulerFCFS{}
|
//scheduler = &SchedulerFCFS{}
|
||||||
|
scheduler = &SchedulerPriority{}
|
||||||
scheduler.Start()
|
scheduler.Start()
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user