EmicoEcommerce / Magento2TweakwiseExport-archived

Magento 2 module for Tweakwise export
Other
6 stars 16 forks source link

Use a separate cron group for the export task #127

Closed CyberSecutor closed 11 months ago

CyberSecutor commented 2 years ago

Use a separate cron group for the export task, so it can be configured to not block other cron tasks

We are maintaining a very large webshop (~300k products). The export to tweakwise can take well over an hour, sometimes closer to two.

If the cron task runs in it's own group it can run on a separate cron process, so it does not interfere with other magento cron tasks.