forked from DevFW-CICD/stacks
shortened retry backoff
This commit is contained in:
parent
9bbf171980
commit
4ae8f6fd15
2 changed files with 8 additions and 0 deletions
|
@ -23,3 +23,7 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
retry:
|
retry:
|
||||||
limit: -1
|
limit: -1
|
||||||
|
backoff:
|
||||||
|
duration: 5s
|
||||||
|
factor: 1
|
||||||
|
maxDuration: 10s
|
||||||
|
|
|
@ -23,3 +23,7 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
retry:
|
retry:
|
||||||
limit: -1
|
limit: -1
|
||||||
|
backoff:
|
||||||
|
duration: 5s
|
||||||
|
factor: 1
|
||||||
|
maxDuration: 10s
|
||||||
|
|
Loading…
Reference in a new issue