From 98476fcfbf6756f5c0fea1dc03d0bf57b3a7d197 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Jan 2023 21:39:46 -0800 Subject: [PATCH] registry-index-sync: move from 30 after to 40 after Right now this cron is sometimes running while reg is updating the index on sundries01, so move it out 10min to avoid that window. Signed-off-by: Kevin Fenzi --- roles/fedora-web/registry/templates/cron-sync-registry-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedora-web/registry/templates/cron-sync-registry-index b/roles/fedora-web/registry/templates/cron-sync-registry-index index 7869f7a474..4ab947617a 100644 --- a/roles/fedora-web/registry/templates/cron-sync-registry-index +++ b/roles/fedora-web/registry/templates/cron-sync-registry-index @@ -1 +1 @@ -30 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::flatpak-index/fedora/ /srv/web/registry-index/index/ && /usr/bin/rsync --delete -a --no-owner --no-group sundries01::flatpak-index/icons/ /srv/web/registry-index/icons/ && /usr/bin/rsync --delete -a --no-owner --no-group sundries01::flatpak-index/deltas/ /srv/web/registry-index/deltas/ && /usr/bin/rsync -a --no-owner --no-group sundries01::registry-index/ /srv/web/registry-index/ +40 * * * * root /usr/bin/rsync --delete -a --no-owner --no-group sundries01::flatpak-index/fedora/ /srv/web/registry-index/index/ && /usr/bin/rsync --delete -a --no-owner --no-group sundries01::flatpak-index/icons/ /srv/web/registry-index/icons/ && /usr/bin/rsync --delete -a --no-owner --no-group sundries01::flatpak-index/deltas/ /srv/web/registry-index/deltas/ && /usr/bin/rsync -a --no-owner --no-group sundries01::registry-index/ /srv/web/registry-index/