Skip to content
Snippets Groups Projects
Commit 3d98a9f5 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Merge branch 'Fix-Deploy' into 'master'

move reschedulde into if else, to prevent it from system job

See merge request !1103
parents 4d28772f 10945dc8
Branches
Tags v0.51.4-2 v0.51.4-3
1 merge request!1103move reschedulde into if else, to prevent it from system job
......@@ -5,13 +5,13 @@ job "log-scraping" {
type = "system"
[[ else ]]
type = "service"
[[ end ]]
reschedule {
unlimited = true
delay = "30s"
delay_function = "constant"
}
[[ end ]]
update {
min_healthy_time = "10s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment