Allgemeine Konfiguration
Allgemeines
Die Produkte, Kategorien, Hersteller und Eigenschaften werden als separate Aufgaben synchronisiert und auf unterschiedliche Zeitpunkte eingestellt.
Beispiel für 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
Das bedeutet, dass Sie für jede Art von Daten die Uhrzeit der Synchronisierung auswählen können.