From 442bd33853e3e61c1d109aa8211ba5f3676f7430 Mon Sep 17 00:00:00 2001 From: Pavan-Gunda Date: Mon, 15 Jul 2024 15:15:23 +0200 Subject: [PATCH] config: change rclone activedeadlineseconds to 14400 --- config/config/sc-config.yaml | 2 +- config/schemas/config.yaml | 2 +- helmfile.d/charts/rclone/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config/sc-config.yaml b/config/config/sc-config.yaml index 8504348f9..38b24ba7b 100644 --- a/config/config/sc-config.yaml +++ b/config/config/sc-config.yaml @@ -60,7 +60,7 @@ objectStorage: ## Off-site backup replication between two providers or regions using rclone sync sync: - activeDeadlineSeconds: 7200 + activeDeadlineSeconds: 14400 enabled: false dryrun: false diff --git a/config/schemas/config.yaml b/config/schemas/config.yaml index dc2773179..f2bdcf581 100644 --- a/config/schemas/config.yaml +++ b/config/schemas/config.yaml @@ -1971,7 +1971,7 @@ properties: description: |- The maximum amount of time that the Rclone job is allowed to run (in seconds). type: number - default: 7200 + default: 14400 enabled: title: Rclone Sync Enable type: boolean diff --git a/helmfile.d/charts/rclone/values.yaml b/helmfile.d/charts/rclone/values.yaml index d6a925ea6..84f7fe555 100644 --- a/helmfile.d/charts/rclone/values.yaml +++ b/helmfile.d/charts/rclone/values.yaml @@ -5,7 +5,7 @@ image: repository: ghcr.io/elastisys/rclone-sync tag: "" -activeDeadlineSeconds: 7200 +activeDeadlineSeconds: 14400 backoffLimit: 0 failedJobsHistoryLimit: 1