celery-integration
peter.fong 11 months ago
parent af3d8434ea
commit a6e40325de

@ -0,0 +1,6 @@
# Cronjob om dagelijks om 3:00 AM store_dailyprices.py uit te voeren
0 13 * * * /usr/local/bin/python /app/store_dailyprices.py >> /var/log/cron.log 2>&1
0,15,30,45,59 * * * * /usr/local/bin/python /app/store_energy_usage.py >> /var/log/cron.log 2>&1
0,15,30,45,59 * * * * /usr/local/bin/python /app/calculate_energycosts.py >> /var/log/cron.log 2>&1
#Cronjob om de 1e en 15e dag van de maand om 00:00 store_dailyprices.py uit te voeren
0 0 1,15 * * /usr/local/bin/python /app/store_monthlyprices.py >> /var/log/cron.log 2>&1
Loading…
Cancel
Save