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
No related branches found
No related tags found
1 merge request!1103move reschedulde into if else, to prevent it from system job
Pipeline #119398 failed
Pipeline: tango

#119399

    ...@@ -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