Increase priority of backup tasks
This commit is contained in:
parent
162f567c85
commit
4f5f4e0fe6
@ -1,5 +1,6 @@
|
|||||||
job "backup%{ if batch_node != null }-oneoff-${batch_node}%{ endif }" {
|
job "backup%{ if batch_node != null }-oneoff-${batch_node}%{ endif }" {
|
||||||
datacenters = ["dc1"]
|
datacenters = ["dc1"]
|
||||||
|
priority = 90
|
||||||
%{ if batch_node == null ~}
|
%{ if batch_node == null ~}
|
||||||
type = "system"
|
type = "system"
|
||||||
%{ else ~}
|
%{ else ~}
|
||||||
|
Loading…
Reference in New Issue
Block a user