Magento – Indexer Issue – idle (741 in backlog)

cronindexmagento2

**Some categories meta title & description is not setting.I am getting backlog in index status. any idea to fix this issue?**

Some categories meta title & description is not setting.I am getting backlog in index status. any idea to fix this issue?

Best Answer

first run following command to reset the indexes

php bin/magento indexer:reset catalogrule_rule
php bin/magento indexer:reset catalogrule_product
php bin/magento indexer:reset catalogsearch_fulltext
php bin/magento indexer:reset catalog_category_product
php bin/magento indexer:reset customer_grid
php bin/magento indexer:reset design_config_grid
php bin/magento indexer:reset catalog_product_category
php bin/magento indexer:reset inventory
php bin/magento indexer:reset catalog_product_attribute
php bin/magento indexer:reset catalog_product_price
php bin/magento indexer:reset cataloginventory_stock

Than reindex all bove command one by one like this

php bin/magento indexer:reindex catalog_product_price
Related Topic