Magento2 Indexing – Index Management on Magento2, Update by Schedule Not Working

indexingmagento2stock

My setting for index management is currently update by schedule, as somehow Update on save seems to be not working.

I have saved a configurable product with correct stock setting, however, it appears as out of stock. And the last stock index apppears as Jan 19, 2017, 2:39:05 PM (now is Jan 21, 2017, 8:43 AM).

Is something wrong with my setting??
My magento is ver. 2.1.3.

My cron settings are as follows.

/usr/local/bin/php /magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /magento/var/log/magento.cron.log

/usr/local/bin/php /magento/update/cron.php >> /magento/var/log/update.cron.log

/usr/local/bin/php /magento/bin/magento setup:cron:run >> /magento/var/log/setup.cron.log

Best Answer

It was nothing to do with the cron. When I create configurable product, it was set as out of stock even though I set the quantity.

Related Topic