8 lines
418 B
Plaintext
8 lines
418 B
Plaintext
# Degelas data refresh – copy to /etc/cron.d/: sudo cp scripts/degelas-refresh.cron /etc/cron.d/degelas-refresh
|
||
# Container must be running. See docs/CRON.md.
|
||
SHELL=/bin/bash
|
||
PATH=/usr/bin:/bin
|
||
|
||
5 12,18 * * * root /root/solar_trading_engine/scripts/cron-refresh.sh prices >> /var/log/degelas-cron.log 2>&1
|
||
0 */6 * * * root /root/solar_trading_engine/scripts/cron-refresh.sh metrics >> /var/log/degelas-cron.log 2>&1
|