You are here:  » Set Cron Job to run automation_tool For Specific Merchant


Set Cron Job to run automation_tool For Specific Merchant

Submitted by keshavkshirsagar on Fri, 2016-02-05 08:08 in

Hello David

How we can Set Cron Job to run automation_tool For Specific Merchant
And Will It work For big feed File (More than 1 GB)

Submitted by support on Fri, 2016-02-05 09:19

Hi,

Assuming a normal CRON command line of:

cd /home/username/public_html/scripts;/usr/bin/php cron.php

...the CRON command for a single merchant (fetch and import) would be:

cd /home/username/public_html/scripts;/usr/bin/php fetch.php <filename>;/usr/bin/import.php <filename>

(where <filename> is the filename of the feed to be processed)

Size should not be of any issue.

Hope this helps!

Cheers,
David.
--
PriceTapestry.com