Magento2 – Fix Cronjob Indexer Not Working Properly

cronmagento2

I configured the cronjob that is responsible for reindexing my webshop correctly. Unfortunately the indexer is not updated. If I enable cron output I get 'Ran jobs by schedule.'. But when I go to the Index Management page I see that nothing is updated there.

When I manually run: php bin/magento indexer:reindex this values are updated.

Does anyone know what the problem is here?

Thanks.

Best Answer

I am having the same issue. I believe it is a bug in Magento 2.0. I have posted the issue on the Magento github at https://github.com/magento/magento2/issues/2855.

Related Topic