mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Remove cache warmer from crontab. Now part of ./start script.
This commit is contained in:
parent
dcfaa9b474
commit
45f2b016e1
1 changed files with 0 additions and 3 deletions
|
@ -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 &
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue