From a81f76c510f5344a79f0138842534f18f6ae1584 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 15 May 2024 21:24:38 -0400 Subject: [PATCH] revert c1a9860337db4190637deed6c9930adefec7b34b revert 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 b0ae9fb..a736497 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 2 hours - schedule: "0 1/2 * * *" + # every 45 minutes + schedule: "0 * * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 2 jobTemplate: