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: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
Das bedeutet, dass Sie für jede Art von Daten die Uhrzeit der Synchronisierung auswählen können.