From 45f2b016e1e4d90433b17dbcc14f9c639287307a Mon Sep 17 00:00:00 2001 From: Stephan Oeste Date: Mon, 29 Aug 2022 22:25:35 +0200 Subject: [PATCH] Remove cache warmer from crontab. Now part of ./start script. --- production/mempool.crontab | 3 --- 1 file changed, 3 deletions(-) diff --git a/production/mempool.crontab b/production/mempool.crontab index 08639362f..cc1bcd878 100644 --- a/production/mempool.crontab +++ b/production/mempool.crontab @@ -1,9 +1,6 @@ # start on reboot @reboot sleep 10 ; $HOME/start -# start cache warmer on reboot -@reboot sleep 180 ; /mempool/mempool/production/nginx-cache-warmer >/dev/null 2>&1 & - # daily backup 37 13 * * * sleep 30 ; /mempool/mempool.space/backup >/dev/null 2>&1 &