Skip to content

Instantly share code, notes, and snippets.

@vrushank-snippets
Created May 2, 2014 06:01
Show Gist options
  • Save vrushank-snippets/c6e2f784be176f922942 to your computer and use it in GitHub Desktop.
Save vrushank-snippets/c6e2f784be176f922942 to your computer and use it in GitHub Desktop.
UBUBTU : CRONJOB
---------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