Skip to content

Commit

Permalink
Don't retry migrations job
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Aug 8, 2024
1 parent 4449a64 commit 26d6805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aks/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "kubernetes_job" "migrations" {
}
}

backoff_limit = 1
backoff_limit = 0
}

wait_for_completion = true
Expand Down

0 comments on commit 26d6805

Please sign in to comment.