Increase priority of backup tasks

This commit is contained in:
IamTheFij 2022-11-18 08:58:38 -08:00
parent 162f567c85
commit 4f5f4e0fe6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
job "backup%{ if batch_node != null }-oneoff-${batch_node}%{ endif }" {
datacenters = ["dc1"]
priority = 90
%{ if batch_node == null ~}
type = "system"
%{ else ~}