Skip to content

Commit

Permalink
green: Unlimit reschedule (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Oct 6, 2024
1 parent 71ea331 commit e1396c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions jobs/backupbot.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ job "backupbot" {
}

reschedule {
attempts = 1
interval = "24h"
unlimited = false
unlimited = true
}

update {
Expand Down
4 changes: 1 addition & 3 deletions jobs/fastcgi.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,8 @@ job "fastcgi" {
}

reschedule {
attempts = 3
interval = "24h"
delay = "10s"
unlimited = false
unlimited = true
}

update {
Expand Down
4 changes: 1 addition & 3 deletions jobs/memcached.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ job "memcached" {
}

reschedule {
attempts = 3
interval = "24h"
delay = "10s"
unlimited = false
unlimited = true
}

update {
Expand Down
4 changes: 1 addition & 3 deletions jobs/mysql.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,8 @@ job "mysql" {
}

reschedule {
attempts = 3
interval = "24h"
delay = "10s"
unlimited = false
unlimited = true
}

update {
Expand Down

0 comments on commit e1396c1

Please sign in to comment.