From c95d0c8db87424e39e34d0eaa6aa5be6e41c5852 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 15 May 2024 10:34:51 -0400 Subject: [PATCH] fix(qbittorrent): run update IP cronjob every hour, specify timeout --- cluster/apps/download/qbittorrent/updateip-job.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/apps/download/qbittorrent/updateip-job.yaml b/cluster/apps/download/qbittorrent/updateip-job.yaml index 069427f..a736497 100644 --- a/cluster/apps/download/qbittorrent/updateip-job.yaml +++ b/cluster/apps/download/qbittorrent/updateip-job.yaml @@ -38,11 +38,12 @@ metadata: namespace: download spec: # every 45 minutes - schedule: "0/45 * * * *" + schedule: "0 * * * *" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 2 jobTemplate: spec: + activeDeadlineSeconds: 60 template: spec: serviceAccountName: updateip-sa