From 6b0cabe45fd7fe6c4534387eb6a4fcb1b3ad4c07 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 14 Apr 2024 16:56:55 -0400 Subject: [PATCH] fix(qbittorrent): lower frequency of update-ip cronjob to 45 mintues from 15 minutes --- cluster/apps/download/qbittorrent/updateip-job.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/download/qbittorrent/updateip-job.yaml b/cluster/apps/download/qbittorrent/updateip-job.yaml index 539ef22..069427f 100644 --- a/cluster/apps/download/qbittorrent/updateip-job.yaml +++ b/cluster/apps/download/qbittorrent/updateip-job.yaml @@ -37,8 +37,8 @@ metadata: name: updateip-job namespace: download spec: - # every 15 minutes - schedule: "0/15 * * * *" + # every 45 minutes + schedule: "0/45 * * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 2 jobTemplate: