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

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

parent 4d28772f
Branches
Tags
1 merge request!1103move reschedulde into if else, to prevent it from system job
...@@ -5,13 +5,13 @@ job "log-scraping" { ...@@ -5,13 +5,13 @@ job "log-scraping" {
type = "system" type = "system"
[[ else ]] [[ else ]]
type = "service" type = "service"
[[ end ]]
reschedule { reschedule {
unlimited = true unlimited = true
delay = "30s" delay = "30s"
delay_function = "constant" delay_function = "constant"
} }
[[ end ]]
update { update {
min_healthy_time = "10s" 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