Mit der Veröffentlichung der Version 2.0.0 haben wir die Cronjobs in Tradebyte, die durch Shopware ausgelöst und verwaltet werden abgelöst.
Alte Version
Es gab bislang diese Cronjobs:
php shopware.php /backend/BestitTbOneCron/cron
php shopware.php /backend/BestitTbOneCron/cronWithImages
php shopware.php /backend/BestitTbOneCron/cronDelta
php shopware.php /backend/BestitTbOneCron/cronDeltaWithImages
php shopware.php /backend/BestitTbOneCron/cronOrder
php shopware.php /backend/BestitTbOneCron/cronMessages
php shopware.php /backend/BestitTbOneCron/stockDelta
php shopware.php /backend/BestitTbOneCron/cronArticle
php shopware.php /backend/BestitTbOneCron/cronArticleWithImages
php shopware.php /backend/BestitTbOneCron/cronArticleDelta
php shopware.php /backend/BestitTbOneCron/cronArticleDeltaWithImages
php shopware.php /backend/BestitTbOneCron/cronSupplier
php shopware.php /backend/BestitTbOneCron/cronCategory
php shopware.php /backend/BestitTbOneCron/cronCategoryDelta
Neue Version
Diese ersetzen wir nun wie folgt:
Empfohlene Cronjobs
Täglich
php bin/console bestit:tboneconnector:import_article --imagesStündlich
php bin/console bestit:tboneconnector:import_stock --delta php bin/console bestit:tboneconnector:import_article --delta --images
Alle 30 Minutenphp bin/console bestit:tboneconnector:export_order php bin/console bestit:tboneconnector:import_messagesHauptsächliche Cronjobs
Article Daten
php bin/console bestit:tboneconnector:import_article [--delta] [--images] [--debug] [--file [absolute filepath]]Nachrichten und Aufträge
php bin/console bestit:tboneconnector:export_order [--debug]
php bin/console bestit:tboneconnector:import_messages [--debug]Artikellager (Stock)
php bin/console bestit:tboneconnector:import_stock [--delta] [--debug]
Sie entscheiden dabei selbst wie oft ein Abgleich der Daten notwendig ist.
Kommentare