Skip to content

Commit

Permalink
Merge pull request #419 from k82cn/add_enqueue_action
Browse files Browse the repository at this point in the history
Added enqueue action.
  • Loading branch information
volcano-sh-bot authored Aug 18, 2019
2 parents 5ef4654 + 2558c9b commit 68302a1
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 68302a1

Please sign in to comment.