I'm running 2.0.2
Which Mode setting should be used for Index Management -- `Update on Save` or `Update by Schedule`?
And why does `Update on Save` appear in red? Makes me think it is in error.
See screen shot --> https://drive.google.com/open?id=0Bytqhoir_Tt5aUt6TTBNTUN2X28
Solved! Go to Solution.
Hello,
It looks like normal magento cron job is enough:
I think most important for indexes is:
bin/magento cron:run
Stanislav
Hello,
It is important to have indexes always updated as soon as possible.
For example your customer will see wrong price because of old price index.
"Update on Save" does not work for all cases:
https://github.com/magento/magento2/issues/3111
Maybe it is why it is in red color.
"Update by Schedule" should work for all cases. But you should have cron jobs setup.
Stanislav
"Update by Schedule" should work for all cases. But you should have cron jobs setup.
Stanislav
What specific cronjobs should I have setup then?
Hello,
It looks like normal magento cron job is enough:
I think most important for indexes is:
bin/magento cron:run
Stanislav
Perfect, thank you @Pektsekye