From eb57f20d665c948276dea247910b97ad72963d42 Mon Sep 17 00:00:00 2001 From: titver968 Date: Fri, 24 Oct 2025 13:37:02 +0200 Subject: [PATCH] plane worker debug --- argocd/apps/plane/values-plane.yaml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index 2a9f981..a235a40 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -57,10 +57,25 @@ spec: aws_region: "eu-central-1" aws_s3_endpoint_url: "https://sws3.innovation-hub-niedersachsen.de" + #worker: + # replicas: 2 + # memoryLimit: 10Gi + # cpuLimit: 1500m + # memoryRequest: 4Gi + # cpuRequest: 500m worker: replicas: 2 - memoryLimit: 4Gi - memoryRequest: 2Gi + concurrency: 1 + env: + WORKER_MAX_TASKS_PER_CHILD: "10" + CELERYD_MAX_TASKS_PER_CHILD: "10" + resources: + requests: + memory: "4Gi" + cpu: "500m" + limits: + memory: "10Gi" + cpu: "1500m" destination: server: 'https://kubernetes.default.svc'