Tue Jan 28 00:43:00 UTC 2025
This commit is contained in:
parent
2f619b2f1e
commit
1ac91549e5
@ -4,9 +4,9 @@
|
||||
#
|
||||
# ----- Config Service
|
||||
# --------- Refresh
|
||||
0 6 * * * /opt/config_service/restart.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' > /home/cvtt/prod/logs/$(date +\%Y\%m\%d_\%H\%M\%S).config_service.restart.log
|
||||
5 6 * * * /opt/trading_calendar/restart.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' > /home/cvtt/prod/logs/$(date +\%Y\%m\%d_\%H\%M\%S).trading_calendar.restart.log
|
||||
10 6 * * * /opt/relative_liquidity/restart.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' > /home/cvtt/prod/logs/$(date +\%Y\%m\%d_\%H\%M\%S).relative_liquidity.restart.log
|
||||
0 6 * * * /works/docker/config_service/restart.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' > /home/cvtt/prod/logs/$(date +\%Y\%m\%d_\%H\%M\%S).config_service.restart.log
|
||||
5 6 * * * /works/docker/trading_calendar/restart.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' > /home/cvtt/prod/logs/$(date +\%Y\%m\%d_\%H\%M\%S).trading_calendar.restart.log
|
||||
10 6 * * * /works/docker/relative_liquidity/restart.sh 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' > /home/cvtt/prod/logs/$(date +\%Y\%m\%d_\%H\%M\%S).relative_liquidity.restart.log
|
||||
#
|
||||
# --------- Synchronize CVTT config
|
||||
*/30 * * * * cd /home/cvtt/prod/config_service && git pull 2>&1 | /usr/bin/ts '[\%Y-\%m-\%d \%H:\%M:\%S]' >> /home/cvtt/prod/logs/$(date +\%Y\%m\%d).config_svc_data.git_pull.log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user