Merge pull request #2440 from Emzy/ops/change-crontab

Remove cache warmer from crontab. Now part of ./start script.
This commit is contained in:
wiz 2022-08-29 22:33:20 +02:00 committed by GitHub
commit feff3c52ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 &