Sun Aug 18 21:12:50 UTC 2024

This commit is contained in:
Oleg Sheynin 2024-08-18 21:12:50 +00:00
parent 9d401c753e
commit ed8bff9ced

View File

@ -2,6 +2,11 @@
# #
# ----------------- # TEST # ----------------- # TEST
# #
# ------------------------ market data collection checklists
15 13 * * * /home/oleg/prod/run/crypto_md_chcklst.sh 2>&1 >> /home/oleg/prod/logs/$(date +\%Y\%m\%d).crypto_md_chcklst.log 2>&1
15 13 * * * /home/oleg/prod/run/eqty_md_chcklst.sh 2>&1 >> /home/oleg/prod/logs/$(date +\%Y\%m\%d).eqty_md_chcklst.log 2>&1
#
# ------------------------ storage healthcheck
0 0,12 * * * /home/oleg/prod/run/storage_health_check.sh 2>&1 > /home/oleg/prod/logs/$(date +\%Y\%m\%d).storage_health_check.log 2>&1 0 0,12 * * * /home/oleg/prod/run/storage_health_check.sh 2>&1 > /home/oleg/prod/logs/$(date +\%Y\%m\%d).storage_health_check.log 2>&1
# #
# ------------------------ save cronjobs # ------------------------ save cronjobs