From 65601a8a9740d4cbb0e2f874aaa9e1e8eafa9214 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 15 May 2019 22:28:00 +0200 Subject: [PATCH] fas_client: Enlarge time window when fas_client can be ran --- roles/fas_client/files/fas-client.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_client/files/fas-client.cron b/roles/fas_client/files/fas-client.cron index f86928cbdc..2ec4c2bb7c 100644 --- a/roles/fas_client/files/fas-client.cron +++ b/roles/fas_client/files/fas-client.cron @@ -1 +1 @@ -00 20 * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 900)); /usr/bin/fasClient -i |& grep -vi deprecation | /usr/local/bin/nag-once fassync 1d 2>&1" +00 20 * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 3600)); /usr/bin/fasClient -i |& grep -vi deprecation | /usr/local/bin/nag-once fassync 1d 2>&1"