From a979dbab350068bcc4b2e29437676d18ae6e64d9 Mon Sep 17 00:00:00 2001 From: Shanee Date: Tue, 9 Apr 2024 16:30:23 -0400 Subject: [PATCH] fix(search): change the reindexing time --- .../templates/cronjob/reindex-elasticsearch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch.yaml b/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch.yaml index d29dba26c3..60ddd28d0b 100644 --- a/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch.yaml +++ b/helm-chart/sefaria-project/templates/cronjob/reindex-elasticsearch.yaml @@ -7,7 +7,7 @@ metadata: labels: {{- include "sefaria.labels" . | nindent 4 }} spec: - schedule: "20 30 * * 3" + schedule: "21 1 * * 3" jobTemplate: spec: backoffLimit: 1