Open jochhop opened 1 year ago
We've had similar issues that were caused by an badly written query. Could be the same? https://github.com/magento/commerce-data-export/issues/24 I'm not sure how versions are exactly handled with commerce releases, but could be worth a check? It is also fixed in the master branch for quite a while.
@jochhop The product team has recently done a performance improvement on data exporter indexation and syncing. The improvements were released in the latest commerce data exporter version [ 103.1.5 ]. It seems that you are not in the latest commerce data exporter version. This helped us fix the problem of no results besing send to live search. Please update live-search with --with-dependencies flag to get this fixed.
There's a performance issue with the module
magento/module-catalog-data-exporter
, it takes more than 1 hour on processingcatalog_data_exporter_products
indexer, when the reindex happen through cron, the indexer takes so long that it puts in backlog other indexers scheduled after this one, see below image:The issue seems to be related to out of memory issues when a few crons are scheduled at similar time to
catalog_data_exporter_products
indexerPreconditions (*)
Steps to reproduce (*)
catalog_data_exporter_products
will keep status = Working and multiple items in backlog (the issue specially could happen after massive products changes, eg. adding a catalog price rule which affects multiple products for multiple stores)Expected result (*)
catalog_data_exporter_products
should be executed in much less than 1 hour in order not to backlog next scheduled indexers)Actual result (*)
catalog_data_exporter_products
will keep status = Working and multiple items in backlog, see below screenshot