mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Allow configurable range of Job priorities (#16084)
This commit is contained in:
4
command/agent/testdata/basic.json
vendored
4
command/agent/testdata/basic.json
vendored
@@ -321,7 +321,9 @@
|
||||
}]
|
||||
}],
|
||||
"upgrade_version": "0.8.0",
|
||||
"license_path": "/tmp/nomad.hclic"
|
||||
"license_path": "/tmp/nomad.hclic",
|
||||
"job_default_priority": 100,
|
||||
"job_max_priority": 200
|
||||
}
|
||||
],
|
||||
"syslog_facility": "LOCAL1",
|
||||
|
||||
Reference in New Issue
Block a user