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