Skip to content

Commit

Permalink
config: change rclone activedeadlineseconds to 14400
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Gunda committed Jul 15, 2024
1 parent cea4cf4 commit 442bd33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config/sc-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/schemas/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helmfile.d/charts/rclone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
repository: ghcr.io/elastisys/rclone-sync
tag: ""

activeDeadlineSeconds: 7200
activeDeadlineSeconds: 14400
backoffLimit: 0

failedJobsHistoryLimit: 1
Expand Down

0 comments on commit 442bd33

Please sign in to comment.