Skip to content

Commit

Permalink
Added enqueue action.
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Ma <mada3@huawei.com>
  • Loading branch information
Klaus Ma committed Aug 18, 2019
1 parent 5ef4654 commit 2558c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

var defaultSchedulerConf = `
actions: "allocate, backfill, enqueue"
actions: "enqueue, allocate, backfill"
tiers:
- plugins:
- name: priority
Expand Down

0 comments on commit 2558c9b

Please sign in to comment.