From 368ea0eb548667e35e8fe18cb4ff8f9a5cf1a5cf Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Sat, 4 May 2019 07:50:37 +0000 Subject: [PATCH] run check for fs/osmo restart more times during the night --- modules/rhizo_base/templates/rhizomatica.cron.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/templates/rhizomatica.cron.erb b/modules/rhizo_base/templates/rhizomatica.cron.erb index 7270acf..6bed073 100644 --- a/modules/rhizo_base/templates/rhizomatica.cron.erb +++ b/modules/rhizo_base/templates/rhizomatica.cron.erb @@ -78,7 +78,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn 30 5 * * * root /home/rhizomatica/bin/check_broken.sh # Check if FS or NTIB needs restart - 30 3 * * * root /home/rhizomatica/bin/check_dirty.sh + 30 2-5 * * * root /home/rhizomatica/bin/check_dirty.sh #PostgreSQL backup 0 3 * * * postgres /home/rhizomatica/bin/pg_backup_rotated.sh > /dev/null 2>&1