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 (flyteorg#693)

Signed-off-by: Sören Brunk <[email protected]>
  • Loading branch information
sbrunk committed Apr 12, 2021
1 parent 3a68866 commit 9f3eee4
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 9f3eee4

Please sign in to comment.