From 9f3eee4ec1a624c6baaf7101400cfcc54250ac4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Brunk?= Date: Sat, 20 Mar 2021 00:32:59 +0100 Subject: [PATCH] Helm - Exponential error back-off in case of system errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on the following kustomize change: - 0844a44b Exponential error back-off in case of system errors (#693) Signed-off-by: Sören Brunk --- helm/values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index eb27e126ee..814f6e7b2e 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -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