From 7243d4ce34db9a84c7704bd3a9a875cf2e150e1f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 30 Jun 2022 12:07:35 -0700 Subject: [PATCH] grok-pull: move to only running at 30 after once per hour Signed-off-by: Kevin Fenzi --- roles/grokmirror_mirror/templates/grokmirror.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grokmirror_mirror/templates/grokmirror.cron b/roles/grokmirror_mirror/templates/grokmirror.cron index e0e230f1fe..cb1c52fb30 100644 --- a/roles/grokmirror_mirror/templates/grokmirror.cron +++ b/roles/grokmirror_mirror/templates/grokmirror.cron @@ -1 +1 @@ -*/30 * * * * grokmirror /usr/bin/grok-pull -p -c {{ grokmirror_topdir }}/grokmirror.conf +30 * * * * grokmirror /usr/bin/grok-pull -p -c {{ grokmirror_topdir }}/grokmirror.conf