From 84029d22c20e10fcecd6998d3dd7d74a6f188680 Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Mon, 15 Apr 2024 18:05:56 +0530 Subject: [PATCH] add sleep to the correct job --- helm/osmcha/templates/cron.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/osmcha/templates/cron.yaml b/helm/osmcha/templates/cron.yaml index 3063821..6fe53f1 100644 --- a/helm/osmcha/templates/cron.yaml +++ b/helm/osmcha/templates/cron.yaml @@ -24,8 +24,7 @@ spec: command: - /bin/sh - -c - - sleep 3600 - # - timeout 600s python manage.py fetchchangesets + - timeout 600s python manage.py fetchchangesets env: - name: POSTGRES_HOST value: {{ .Values.app.api.postgres_host}} @@ -77,7 +76,8 @@ spec: command: - /bin/sh - -c - - timeout 600s yarn update-queue + - sleep 3600 + # - timeout 600s yarn update-queue env: - name: AWS_ACCESS_KEY_ID valueFrom: