Skip to content

Commit

Permalink
Helm - Exponential error back-off in case of system errors
Browse files Browse the repository at this point in the history
Based on the following kustomize change:
- 0844a44 Exponential error back-off in case of system errors (#693)

Signed-off-by: Sören Brunk <soeren@brunk.io>
Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
  • Loading branch information
sbrunk authored and EngHabu committed May 6, 2021
1 parent f232d40 commit 6e065ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,11 @@ configmap:
batching-interval: 2s
batch-size: -1
queue:
type: bucket
rate: 10
capacity: 100
type: maxof
rate: 100
capacity: 1000
base-delay: 5s
max-delay: 120s
sub-queue:
type: bucket
rate: 10
Expand Down

0 comments on commit 6e065ca

Please sign in to comment.