Running backup regardless of whether aggregate fails or succeeds

This commit is contained in:
Juan Pablo Amoroso
2019-05-31 17:25:08 -03:00
parent 45eac371a8
commit 3387a191b8
+1 -1
View File
@@ -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