Created
May 2, 2014 06:01
-
-
Save vrushank-snippets/c6e2f784be176f922942 to your computer and use it in GitHub Desktop.
UBUBTU : CRONJOB
This file contains hidden or 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
---------CRON JOB--------------------------------------------- | |
#Bestee Import Products and Categories From Amazon every 5 Hours | |
00 */05 * * * curl -s -m 10 http://inheritx.dnsdynamic.com:8590/bestee/job/ImportAmazonProducts > /dev/null 2>&1 | |
#Bestee Get The Score For Amazon Products After every 1 Hour | |
00 */01 * * * curl -s -m 10 http://inheritx.dnsdynamic.com:8590/bestee/job/TestFreakScoreMigration > /dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment