From 2147cab44cc090fc3da43a2dd9f039bf49bcea1b Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 9 Feb 2026 22:48:59 +0000 Subject: [PATCH] change scraper to run at 50minutes past the hour instead of top of the hour --- apps/base/customer1/news_bot/scraper-cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/news_bot/scraper-cronjob.yaml b/apps/base/customer1/news_bot/scraper-cronjob.yaml index 70e403a..fcd1d05 100644 --- a/apps/base/customer1/news_bot/scraper-cronjob.yaml +++ b/apps/base/customer1/news_bot/scraper-cronjob.yaml @@ -5,7 +5,7 @@ metadata: name: news-scraper namespace: customer1 spec: - schedule: "0 * * * *" + schedule: "50 * * * *" jobTemplate: spec: template: