Commit e8773b99 authored by Radu Carpa's avatar Radu Carpa
Browse files

change default schedule

Add a 30m shift compared to the daemons schedule.
There is a race condition in FTS where if multiple renewals
are attempted simultaneously, the proxy is invalidated.
parent 66ff1e53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ metricsExporterResources:

ftsRenewal:
  enabled: 0
  schedule: "12 */6 * * *"
  schedule: "42 */6 * * *"
  image:
    repository: rucio/fts-cron
    tag: latest