Skip to content

Instantly share code, notes, and snippets.

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