diff --git a/docker/data_scraper/crontab b/docker/data_scraper/crontab index 00da2cf..4b98f1a 100644 --- a/docker/data_scraper/crontab +++ b/docker/data_scraper/crontab @@ -1,4 +1,4 @@ 0 19 * * 1-5 root cd /finance && run-task make scrape scraper=cboe 0 19 * * 1-5 root cd /finance && run-task make scrape scraper=tiingo -0 0 1 * * root cd /finance && run-task make aggregate && run-task make backup +0 0 1 * * root cd /finance && run-task make aggregate; run-task make backup