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)
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
©2006-2025 IAAI Software | Contact Us | Privacy Policy
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