From 3a62ad13ebf03d2bacb61b4fc75be1ba8a20981c Mon Sep 17 00:00:00 2001 From: Oleg Sheynin Date: Wed, 11 Dec 2024 19:13:01 +0000 Subject: [PATCH] Wed Dec 11 19:13:01 UTC 2024 --- cvtt/cvtt-md.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvtt/cvtt-md.cron b/cvtt/cvtt-md.cron index c4bb7db..8a38702 100644 --- a/cvtt/cvtt-md.cron +++ b/cvtt/cvtt-md.cron @@ -2,7 +2,7 @@ # ----------------- # TEST # # ------------------------ restart all -1 6 * * * /usr/bin/docker restart $(docker ps -q -a) 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /home/cvtt/prod/logs/$(date +\%Y\%m\%d).docker.restart.log +1 23 * * * /usr/bin/docker restart $(docker ps -q -a) 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /home/cvtt/prod/logs/$(date +\%Y\%m\%d).docker.restart.log # # ------------------------ start all * * * * * /home/cvtt/prod/run/md_recorder.sh COINBASE_CVTTDATA 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /home/cvtt/prod/logs/$(date +\%Y\%m\%d).docker.start.COINBASE_CVTTDATA.log