From c1a9860337db4190637deed6c9930adefec7b34b Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 15 May 2024 19:39:35 -0400 Subject: [PATCH] fix(qbittorrent): make updateip cronjob run every two hours --- 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 a736497..b0ae9fb 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 45 minutes - schedule: "0 * * * *" + # every 2 hours + schedule: "0 1/2 * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 2 jobTemplate: