Created
June 26, 2018 08:39
-
-
Save simofacc/1976ea6f53e285b627709046e9d1c336 to your computer and use it in GitHub Desktop.
Dokku Ruby Scraper Cron Jobs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * dokku --rm-container run stats rake scraper:run_scraper | |
0 * * * * dokku --rm-container run stats rake scraper:hourly_cleanup | |
0 1 * * * dokku --rm-container run stats rake scraper:nightly_cleanup | |
* * * * * dokku --rm-container run stats rake scraper:backup_check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment