Skip to content

General configuration

General

The products, categories, manufacturers, and properties are synchronized as separate tasks and are set to a different time.

Example of cronjobs

bash
0 1 * * * cd /var/www/html/   && ./bin/console ww:item-sync your_profile product-sync
0 18 * * * cd /var/www/html/  && ./bin/console ww:item-sync your_profile category-sync
15 18 * * * cd /var/www/html/ && ./bin/console ww:item-sync your_profile manufacturer-sync
30 18 * * * cd /var/www/html/ && ./bin/console ww:item-sync your_profile property-sync
0 3 * * * cd /var/www/html/   && ./bin/console ww:item-sync your_profile product-inactive-sync
0 6 * * * cd /var/www/html/   && ./bin/console ww:item-sync your_profile product-cross-sync
0 1 * * * cd /var/www/html/   && ./bin/console ww:item-sync your_profile product-sync
0 18 * * * cd /var/www/html/  && ./bin/console ww:item-sync your_profile category-sync
15 18 * * * cd /var/www/html/ && ./bin/console ww:item-sync your_profile manufacturer-sync
30 18 * * * cd /var/www/html/ && ./bin/console ww:item-sync your_profile property-sync
0 3 * * * cd /var/www/html/   && ./bin/console ww:item-sync your_profile product-inactive-sync
0 6 * * * cd /var/www/html/   && ./bin/console ww:item-sync your_profile product-cross-sync

Which means that you can choose the hour of synchronization for every kind of data.