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:product-sync your_profile
0 18 * * * cd /var/www/html/ && ./bin/console ww:category-sync your_profile
15 18 * * * cd /var/www/html/ && ./bin/console ww:manufacturer-sync your_profile 
30 18 * * * cd /var/www/html/ && ./bin/console ww:property-sync your_profile
0 3 * * * cd /var/www/html/ && ./bin/console ww:product-inactive-sync your_profile
0 6 * * * cd /var/www/html/ && ./bin/console ww:product-cross-sync your_profile
0 1 * * * cd /var/www/html/ && ./bin/console ww:product-sync your_profile
0 18 * * * cd /var/www/html/ && ./bin/console ww:category-sync your_profile
15 18 * * * cd /var/www/html/ && ./bin/console ww:manufacturer-sync your_profile 
30 18 * * * cd /var/www/html/ && ./bin/console ww:property-sync your_profile
0 3 * * * cd /var/www/html/ && ./bin/console ww:product-inactive-sync your_profile
0 6 * * * cd /var/www/html/ && ./bin/console ww:product-cross-sync your_profile

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