How to check whether the reindex working or not in Magento? The 2019 Stack Overflow Developer Survey Results Are InWhy does reindex of catalog_product_flat disable the frontend?Indexing issue - keep reverting to manualReindex doesn't work (but shows success message)Reindexing option not available in magento 2.0Problem with Multiple product imports + re indexing togetherMagento 2.1.3 unable to reindex using SSHMagento 2 Reindex failed on customer gridTable missing after index:resetMagento ver. 1.9.3.9 After update catalog url rewrite stuck on processingHow to confirm that the reindex is working or not?

slides for 30min~1hr skype tenure track application interview

Apparent duplicates between Haynes service instructions and MOT

Is an up-to-date browser secure on an out-of-date OS?

Which Sci-Fi work first showed weapon of galactic-scale mass destruction?

Resizing object distorts it (Illustrator CC 2018)

Ubuntu Server install with full GUI

What do hard-Brexiteers want with respect to the Irish border?

If a Druid sees an animal’s corpse, can they Wild Shape into that animal?

How to support a colleague who finds meetings extremely tiring?

What is the meaning of Triage in Cybersec world?

Can a flute soloist sit?

Geography at the pixel level

Button changing it's text & action. Good or terrible?

How technical should a Scrum Master be to effectively remove impediments?

FPGA - DIY Programming

One word riddle: Vowel in the middle

Why was M87 targetted for the Event Horizon Telescope instead of Sagittarius A*?

Why isn't airport relocation done gradually?

Protecting Dualbooting Windows from dangerous code (like rm -rf)

Interpreting the 2019 New York Reproductive Health Act?

What did it mean to "align" a radio?

Why did Acorn's A3000 have red function keys?

What is the meaning of the verb "bear" in this context?

Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?



How to check whether the reindex working or not in Magento?



The 2019 Stack Overflow Developer Survey Results Are InWhy does reindex of catalog_product_flat disable the frontend?Indexing issue - keep reverting to manualReindex doesn't work (but shows success message)Reindexing option not available in magento 2.0Problem with Multiple product imports + re indexing togetherMagento 2.1.3 unable to reindex using SSHMagento 2 Reindex failed on customer gridTable missing after index:resetMagento ver. 1.9.3.9 After update catalog url rewrite stuck on processingHow to confirm that the reindex is working or not?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I have seen the Index Management of our site via admin panel System->Index Management. While checking, some of the indexes haven't updated. In this case, I'm not sure whether the index is working or not.



Please see the screenshot for better understanding.



enter image description here



Could anyone please guide me on how to check the reindex status?










share|improve this question






















  • Your mode is "update on save". so save a category and see if its getting updated. Or you can try changing mode to "update by schedule" and setup a cron for the updation.

    – NID
    1 hour ago












  • The thing is when I save a category, it's updating but in the index management, the indexer update date is not updated to the latest date.

    – Magento vsmarttec
    1 hour ago






  • 1





    Have you tried running reindex from terminal php bin/magento indexer:reindex

    – NID
    1 hour ago

















2















I have seen the Index Management of our site via admin panel System->Index Management. While checking, some of the indexes haven't updated. In this case, I'm not sure whether the index is working or not.



Please see the screenshot for better understanding.



enter image description here



Could anyone please guide me on how to check the reindex status?










share|improve this question






















  • Your mode is "update on save". so save a category and see if its getting updated. Or you can try changing mode to "update by schedule" and setup a cron for the updation.

    – NID
    1 hour ago












  • The thing is when I save a category, it's updating but in the index management, the indexer update date is not updated to the latest date.

    – Magento vsmarttec
    1 hour ago






  • 1





    Have you tried running reindex from terminal php bin/magento indexer:reindex

    – NID
    1 hour ago













2












2








2


2






I have seen the Index Management of our site via admin panel System->Index Management. While checking, some of the indexes haven't updated. In this case, I'm not sure whether the index is working or not.



Please see the screenshot for better understanding.



enter image description here



Could anyone please guide me on how to check the reindex status?










share|improve this question














I have seen the Index Management of our site via admin panel System->Index Management. While checking, some of the indexes haven't updated. In this case, I'm not sure whether the index is working or not.



Please see the screenshot for better understanding.



enter image description here



Could anyone please guide me on how to check the reindex status?







magento2 reindex






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 1 hour ago









Magento vsmarttecMagento vsmarttec

34019




34019












  • Your mode is "update on save". so save a category and see if its getting updated. Or you can try changing mode to "update by schedule" and setup a cron for the updation.

    – NID
    1 hour ago












  • The thing is when I save a category, it's updating but in the index management, the indexer update date is not updated to the latest date.

    – Magento vsmarttec
    1 hour ago






  • 1





    Have you tried running reindex from terminal php bin/magento indexer:reindex

    – NID
    1 hour ago

















  • Your mode is "update on save". so save a category and see if its getting updated. Or you can try changing mode to "update by schedule" and setup a cron for the updation.

    – NID
    1 hour ago












  • The thing is when I save a category, it's updating but in the index management, the indexer update date is not updated to the latest date.

    – Magento vsmarttec
    1 hour ago






  • 1





    Have you tried running reindex from terminal php bin/magento indexer:reindex

    – NID
    1 hour ago
















Your mode is "update on save". so save a category and see if its getting updated. Or you can try changing mode to "update by schedule" and setup a cron for the updation.

– NID
1 hour ago






Your mode is "update on save". so save a category and see if its getting updated. Or you can try changing mode to "update by schedule" and setup a cron for the updation.

– NID
1 hour ago














The thing is when I save a category, it's updating but in the index management, the indexer update date is not updated to the latest date.

– Magento vsmarttec
1 hour ago





The thing is when I save a category, it's updating but in the index management, the indexer update date is not updated to the latest date.

– Magento vsmarttec
1 hour ago




1




1





Have you tried running reindex from terminal php bin/magento indexer:reindex

– NID
1 hour ago





Have you tried running reindex from terminal php bin/magento indexer:reindex

– NID
1 hour ago










4 Answers
4






active

oldest

votes


















1














There are three steps to schedule index cronjobs



  1. In store -> Configuration

  2. Through shell

  3. In crontab.xml

shell crontab will run magento cron for every 1 minute, it will check you Store->Config setting, and after that it will go to the crontab.xml to check cron scheduling.



So if you want to run using update and save, then you will need to schedule cron(Shell) for every 1 minute, and also 1 minute in configuration.



You don't need to worry about crontab.xml because it has the best scheduling in default according to Magento default settings.



Now check in store -> Configuration



Go to




Store -> Configuration -> Advanced -> System




in Cron (Scheduled Tasks) check Cron configuration options for group: index and verify if General Scheduling Every is set to 1



After that, you will need to check cron scheduling on shell
crontab -e (for ubuntu).

Cron scheduling should be like this:



* * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /PATH_TO_YOUR_MAGENTO/var/log/magent$
* * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/update/cron.php >> /PATH_TO_YOUR_MAGENTO/var/log/update.cron.log
* * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento setup:cron:run >> /PATH_TO_YOUR_MAGENTO/var/log/setup.cron.log


Note: Path should be set according to your project



That should fix your issue.






share|improve this answer























  • Thanks for short and detailed information. I have checked all the points you have mentioned and see that all are set correctly. However, in the admin panel, the date is not updated for some of the indexers at index Management. Yes, that's not big deal after I have known the cron is working fine. But I would like to know why the date is not updated.

    – Magento vsmarttec
    47 mins ago











  • Thanks for the appreciation. +1 for that :)

    – Shoaib Munir
    44 mins ago












  • You deserve it :) I have checked and see the Schedule Status isn't showing any error against an index. What does it mean?

    – Magento vsmarttec
    41 mins ago






  • 1





    Yes, the changes are reflecting on the frontend. So now I concluded that the cron is working fine for our site. Thank you very much for all your information.

    – Magento vsmarttec
    30 mins ago






  • 1





    Yes, same here. So that it may Magento issue as you said.

    – Magento vsmarttec
    22 mins ago


















3














You can check via command line:



php bin/magento i:status





share|improve this answer


















  • 1





    I have checked the reindex status via command, it shows all the indexes are ready but my question if you see the attached screenshot the date is not updated in the Index Management at admin panel. What could be the reason for that?

    – Magento vsmarttec
    1 hour ago











  • @Narendra, good approach you provided to check cron status. +1 for that

    – Shoaib Munir
    43 mins ago


















1














Indexers can be managed/updated by two following ways.




  1. Update on Save: This runs every time when ever you are making any changes to the particular field & save it. viz. When a customer is buying a product stock Index is get reindexed, When you are making any changes into the product price product price indexer is get reindexed. It works similarly for other indexers also.


  2. Update By Schedule: It is running based on the cron set in your Magento.

Here in your settings your Indexer update Action Mode is set on Update on Save & since you haven't made any changes from long time into Product Categories & into the Product Price/Cart Price rule So it is not showing any update into it. As of you will create any cart rule or you will make any changes to the product category it will run the relevant indexers & then you can see the updates into that particular indexer.



If you want to run the indexers on the basis of cron schedule change the Action drop-down value to Update By Schedule & click on the submit. You can set these indexers cron from Below location.




  • Go to Admin > STORES > Settings > Configuration.

  • Go to Advanced > System > Cron (Schedule Task)

  • Change the values as per your requirement in Cron configuration options for group: index

  • Save the changes & flush the cache.






share|improve this answer






























    1














    You have enabled Update on Save, so the reindex will occur in realtime whenever a change is made in the admin. So you might not have done any changes for that indexers product category and catalog rules, so that you are seeing the last updated date(i.e.) reindex has occurred when you made changes to those indexers in December and March.



    So if you enable the reindex to Update on Schedule , the reindex will occur through cron job regularly.






    share|improve this answer























      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "479"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269624%2fhow-to-check-whether-the-reindex-working-or-not-in-magento%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      There are three steps to schedule index cronjobs



      1. In store -> Configuration

      2. Through shell

      3. In crontab.xml

      shell crontab will run magento cron for every 1 minute, it will check you Store->Config setting, and after that it will go to the crontab.xml to check cron scheduling.



      So if you want to run using update and save, then you will need to schedule cron(Shell) for every 1 minute, and also 1 minute in configuration.



      You don't need to worry about crontab.xml because it has the best scheduling in default according to Magento default settings.



      Now check in store -> Configuration



      Go to




      Store -> Configuration -> Advanced -> System




      in Cron (Scheduled Tasks) check Cron configuration options for group: index and verify if General Scheduling Every is set to 1



      After that, you will need to check cron scheduling on shell
      crontab -e (for ubuntu).

      Cron scheduling should be like this:



      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /PATH_TO_YOUR_MAGENTO/var/log/magent$
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/update/cron.php >> /PATH_TO_YOUR_MAGENTO/var/log/update.cron.log
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento setup:cron:run >> /PATH_TO_YOUR_MAGENTO/var/log/setup.cron.log


      Note: Path should be set according to your project



      That should fix your issue.






      share|improve this answer























      • Thanks for short and detailed information. I have checked all the points you have mentioned and see that all are set correctly. However, in the admin panel, the date is not updated for some of the indexers at index Management. Yes, that's not big deal after I have known the cron is working fine. But I would like to know why the date is not updated.

        – Magento vsmarttec
        47 mins ago











      • Thanks for the appreciation. +1 for that :)

        – Shoaib Munir
        44 mins ago












      • You deserve it :) I have checked and see the Schedule Status isn't showing any error against an index. What does it mean?

        – Magento vsmarttec
        41 mins ago






      • 1





        Yes, the changes are reflecting on the frontend. So now I concluded that the cron is working fine for our site. Thank you very much for all your information.

        – Magento vsmarttec
        30 mins ago






      • 1





        Yes, same here. So that it may Magento issue as you said.

        – Magento vsmarttec
        22 mins ago















      1














      There are three steps to schedule index cronjobs



      1. In store -> Configuration

      2. Through shell

      3. In crontab.xml

      shell crontab will run magento cron for every 1 minute, it will check you Store->Config setting, and after that it will go to the crontab.xml to check cron scheduling.



      So if you want to run using update and save, then you will need to schedule cron(Shell) for every 1 minute, and also 1 minute in configuration.



      You don't need to worry about crontab.xml because it has the best scheduling in default according to Magento default settings.



      Now check in store -> Configuration



      Go to




      Store -> Configuration -> Advanced -> System




      in Cron (Scheduled Tasks) check Cron configuration options for group: index and verify if General Scheduling Every is set to 1



      After that, you will need to check cron scheduling on shell
      crontab -e (for ubuntu).

      Cron scheduling should be like this:



      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /PATH_TO_YOUR_MAGENTO/var/log/magent$
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/update/cron.php >> /PATH_TO_YOUR_MAGENTO/var/log/update.cron.log
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento setup:cron:run >> /PATH_TO_YOUR_MAGENTO/var/log/setup.cron.log


      Note: Path should be set according to your project



      That should fix your issue.






      share|improve this answer























      • Thanks for short and detailed information. I have checked all the points you have mentioned and see that all are set correctly. However, in the admin panel, the date is not updated for some of the indexers at index Management. Yes, that's not big deal after I have known the cron is working fine. But I would like to know why the date is not updated.

        – Magento vsmarttec
        47 mins ago











      • Thanks for the appreciation. +1 for that :)

        – Shoaib Munir
        44 mins ago












      • You deserve it :) I have checked and see the Schedule Status isn't showing any error against an index. What does it mean?

        – Magento vsmarttec
        41 mins ago






      • 1





        Yes, the changes are reflecting on the frontend. So now I concluded that the cron is working fine for our site. Thank you very much for all your information.

        – Magento vsmarttec
        30 mins ago






      • 1





        Yes, same here. So that it may Magento issue as you said.

        – Magento vsmarttec
        22 mins ago













      1












      1








      1







      There are three steps to schedule index cronjobs



      1. In store -> Configuration

      2. Through shell

      3. In crontab.xml

      shell crontab will run magento cron for every 1 minute, it will check you Store->Config setting, and after that it will go to the crontab.xml to check cron scheduling.



      So if you want to run using update and save, then you will need to schedule cron(Shell) for every 1 minute, and also 1 minute in configuration.



      You don't need to worry about crontab.xml because it has the best scheduling in default according to Magento default settings.



      Now check in store -> Configuration



      Go to




      Store -> Configuration -> Advanced -> System




      in Cron (Scheduled Tasks) check Cron configuration options for group: index and verify if General Scheduling Every is set to 1



      After that, you will need to check cron scheduling on shell
      crontab -e (for ubuntu).

      Cron scheduling should be like this:



      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /PATH_TO_YOUR_MAGENTO/var/log/magent$
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/update/cron.php >> /PATH_TO_YOUR_MAGENTO/var/log/update.cron.log
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento setup:cron:run >> /PATH_TO_YOUR_MAGENTO/var/log/setup.cron.log


      Note: Path should be set according to your project



      That should fix your issue.






      share|improve this answer













      There are three steps to schedule index cronjobs



      1. In store -> Configuration

      2. Through shell

      3. In crontab.xml

      shell crontab will run magento cron for every 1 minute, it will check you Store->Config setting, and after that it will go to the crontab.xml to check cron scheduling.



      So if you want to run using update and save, then you will need to schedule cron(Shell) for every 1 minute, and also 1 minute in configuration.



      You don't need to worry about crontab.xml because it has the best scheduling in default according to Magento default settings.



      Now check in store -> Configuration



      Go to




      Store -> Configuration -> Advanced -> System




      in Cron (Scheduled Tasks) check Cron configuration options for group: index and verify if General Scheduling Every is set to 1



      After that, you will need to check cron scheduling on shell
      crontab -e (for ubuntu).

      Cron scheduling should be like this:



      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento cron:run 2>&1 | grep -v "Ran jobs by schedule" >> /PATH_TO_YOUR_MAGENTO/var/log/magent$
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/update/cron.php >> /PATH_TO_YOUR_MAGENTO/var/log/update.cron.log
      * * * * * /usr/bin/php7.1 /PATH_TO_YOUR_MAGENTO/bin/magento setup:cron:run >> /PATH_TO_YOUR_MAGENTO/var/log/setup.cron.log


      Note: Path should be set according to your project



      That should fix your issue.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered 1 hour ago









      Shoaib MunirShoaib Munir

      2,4072929




      2,4072929












      • Thanks for short and detailed information. I have checked all the points you have mentioned and see that all are set correctly. However, in the admin panel, the date is not updated for some of the indexers at index Management. Yes, that's not big deal after I have known the cron is working fine. But I would like to know why the date is not updated.

        – Magento vsmarttec
        47 mins ago











      • Thanks for the appreciation. +1 for that :)

        – Shoaib Munir
        44 mins ago












      • You deserve it :) I have checked and see the Schedule Status isn't showing any error against an index. What does it mean?

        – Magento vsmarttec
        41 mins ago






      • 1





        Yes, the changes are reflecting on the frontend. So now I concluded that the cron is working fine for our site. Thank you very much for all your information.

        – Magento vsmarttec
        30 mins ago






      • 1





        Yes, same here. So that it may Magento issue as you said.

        – Magento vsmarttec
        22 mins ago

















      • Thanks for short and detailed information. I have checked all the points you have mentioned and see that all are set correctly. However, in the admin panel, the date is not updated for some of the indexers at index Management. Yes, that's not big deal after I have known the cron is working fine. But I would like to know why the date is not updated.

        – Magento vsmarttec
        47 mins ago











      • Thanks for the appreciation. +1 for that :)

        – Shoaib Munir
        44 mins ago












      • You deserve it :) I have checked and see the Schedule Status isn't showing any error against an index. What does it mean?

        – Magento vsmarttec
        41 mins ago






      • 1





        Yes, the changes are reflecting on the frontend. So now I concluded that the cron is working fine for our site. Thank you very much for all your information.

        – Magento vsmarttec
        30 mins ago






      • 1





        Yes, same here. So that it may Magento issue as you said.

        – Magento vsmarttec
        22 mins ago
















      Thanks for short and detailed information. I have checked all the points you have mentioned and see that all are set correctly. However, in the admin panel, the date is not updated for some of the indexers at index Management. Yes, that's not big deal after I have known the cron is working fine. But I would like to know why the date is not updated.

      – Magento vsmarttec
      47 mins ago





      Thanks for short and detailed information. I have checked all the points you have mentioned and see that all are set correctly. However, in the admin panel, the date is not updated for some of the indexers at index Management. Yes, that's not big deal after I have known the cron is working fine. But I would like to know why the date is not updated.

      – Magento vsmarttec
      47 mins ago













      Thanks for the appreciation. +1 for that :)

      – Shoaib Munir
      44 mins ago






      Thanks for the appreciation. +1 for that :)

      – Shoaib Munir
      44 mins ago














      You deserve it :) I have checked and see the Schedule Status isn't showing any error against an index. What does it mean?

      – Magento vsmarttec
      41 mins ago





      You deserve it :) I have checked and see the Schedule Status isn't showing any error against an index. What does it mean?

      – Magento vsmarttec
      41 mins ago




      1




      1





      Yes, the changes are reflecting on the frontend. So now I concluded that the cron is working fine for our site. Thank you very much for all your information.

      – Magento vsmarttec
      30 mins ago





      Yes, the changes are reflecting on the frontend. So now I concluded that the cron is working fine for our site. Thank you very much for all your information.

      – Magento vsmarttec
      30 mins ago




      1




      1





      Yes, same here. So that it may Magento issue as you said.

      – Magento vsmarttec
      22 mins ago





      Yes, same here. So that it may Magento issue as you said.

      – Magento vsmarttec
      22 mins ago













      3














      You can check via command line:



      php bin/magento i:status





      share|improve this answer


















      • 1





        I have checked the reindex status via command, it shows all the indexes are ready but my question if you see the attached screenshot the date is not updated in the Index Management at admin panel. What could be the reason for that?

        – Magento vsmarttec
        1 hour ago











      • @Narendra, good approach you provided to check cron status. +1 for that

        – Shoaib Munir
        43 mins ago















      3














      You can check via command line:



      php bin/magento i:status





      share|improve this answer


















      • 1





        I have checked the reindex status via command, it shows all the indexes are ready but my question if you see the attached screenshot the date is not updated in the Index Management at admin panel. What could be the reason for that?

        – Magento vsmarttec
        1 hour ago











      • @Narendra, good approach you provided to check cron status. +1 for that

        – Shoaib Munir
        43 mins ago













      3












      3








      3







      You can check via command line:



      php bin/magento i:status





      share|improve this answer













      You can check via command line:



      php bin/magento i:status






      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered 1 hour ago









      Narendra VyasNarendra Vyas

      40911




      40911







      • 1





        I have checked the reindex status via command, it shows all the indexes are ready but my question if you see the attached screenshot the date is not updated in the Index Management at admin panel. What could be the reason for that?

        – Magento vsmarttec
        1 hour ago











      • @Narendra, good approach you provided to check cron status. +1 for that

        – Shoaib Munir
        43 mins ago












      • 1





        I have checked the reindex status via command, it shows all the indexes are ready but my question if you see the attached screenshot the date is not updated in the Index Management at admin panel. What could be the reason for that?

        – Magento vsmarttec
        1 hour ago











      • @Narendra, good approach you provided to check cron status. +1 for that

        – Shoaib Munir
        43 mins ago







      1




      1





      I have checked the reindex status via command, it shows all the indexes are ready but my question if you see the attached screenshot the date is not updated in the Index Management at admin panel. What could be the reason for that?

      – Magento vsmarttec
      1 hour ago





      I have checked the reindex status via command, it shows all the indexes are ready but my question if you see the attached screenshot the date is not updated in the Index Management at admin panel. What could be the reason for that?

      – Magento vsmarttec
      1 hour ago













      @Narendra, good approach you provided to check cron status. +1 for that

      – Shoaib Munir
      43 mins ago





      @Narendra, good approach you provided to check cron status. +1 for that

      – Shoaib Munir
      43 mins ago











      1














      Indexers can be managed/updated by two following ways.




      1. Update on Save: This runs every time when ever you are making any changes to the particular field & save it. viz. When a customer is buying a product stock Index is get reindexed, When you are making any changes into the product price product price indexer is get reindexed. It works similarly for other indexers also.


      2. Update By Schedule: It is running based on the cron set in your Magento.

      Here in your settings your Indexer update Action Mode is set on Update on Save & since you haven't made any changes from long time into Product Categories & into the Product Price/Cart Price rule So it is not showing any update into it. As of you will create any cart rule or you will make any changes to the product category it will run the relevant indexers & then you can see the updates into that particular indexer.



      If you want to run the indexers on the basis of cron schedule change the Action drop-down value to Update By Schedule & click on the submit. You can set these indexers cron from Below location.




      • Go to Admin > STORES > Settings > Configuration.

      • Go to Advanced > System > Cron (Schedule Task)

      • Change the values as per your requirement in Cron configuration options for group: index

      • Save the changes & flush the cache.






      share|improve this answer



























        1














        Indexers can be managed/updated by two following ways.




        1. Update on Save: This runs every time when ever you are making any changes to the particular field & save it. viz. When a customer is buying a product stock Index is get reindexed, When you are making any changes into the product price product price indexer is get reindexed. It works similarly for other indexers also.


        2. Update By Schedule: It is running based on the cron set in your Magento.

        Here in your settings your Indexer update Action Mode is set on Update on Save & since you haven't made any changes from long time into Product Categories & into the Product Price/Cart Price rule So it is not showing any update into it. As of you will create any cart rule or you will make any changes to the product category it will run the relevant indexers & then you can see the updates into that particular indexer.



        If you want to run the indexers on the basis of cron schedule change the Action drop-down value to Update By Schedule & click on the submit. You can set these indexers cron from Below location.




        • Go to Admin > STORES > Settings > Configuration.

        • Go to Advanced > System > Cron (Schedule Task)

        • Change the values as per your requirement in Cron configuration options for group: index

        • Save the changes & flush the cache.






        share|improve this answer

























          1












          1








          1







          Indexers can be managed/updated by two following ways.




          1. Update on Save: This runs every time when ever you are making any changes to the particular field & save it. viz. When a customer is buying a product stock Index is get reindexed, When you are making any changes into the product price product price indexer is get reindexed. It works similarly for other indexers also.


          2. Update By Schedule: It is running based on the cron set in your Magento.

          Here in your settings your Indexer update Action Mode is set on Update on Save & since you haven't made any changes from long time into Product Categories & into the Product Price/Cart Price rule So it is not showing any update into it. As of you will create any cart rule or you will make any changes to the product category it will run the relevant indexers & then you can see the updates into that particular indexer.



          If you want to run the indexers on the basis of cron schedule change the Action drop-down value to Update By Schedule & click on the submit. You can set these indexers cron from Below location.




          • Go to Admin > STORES > Settings > Configuration.

          • Go to Advanced > System > Cron (Schedule Task)

          • Change the values as per your requirement in Cron configuration options for group: index

          • Save the changes & flush the cache.






          share|improve this answer













          Indexers can be managed/updated by two following ways.




          1. Update on Save: This runs every time when ever you are making any changes to the particular field & save it. viz. When a customer is buying a product stock Index is get reindexed, When you are making any changes into the product price product price indexer is get reindexed. It works similarly for other indexers also.


          2. Update By Schedule: It is running based on the cron set in your Magento.

          Here in your settings your Indexer update Action Mode is set on Update on Save & since you haven't made any changes from long time into Product Categories & into the Product Price/Cart Price rule So it is not showing any update into it. As of you will create any cart rule or you will make any changes to the product category it will run the relevant indexers & then you can see the updates into that particular indexer.



          If you want to run the indexers on the basis of cron schedule change the Action drop-down value to Update By Schedule & click on the submit. You can set these indexers cron from Below location.




          • Go to Admin > STORES > Settings > Configuration.

          • Go to Advanced > System > Cron (Schedule Task)

          • Change the values as per your requirement in Cron configuration options for group: index

          • Save the changes & flush the cache.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 45 mins ago









          ABHISHEK TRIPATHIABHISHEK TRIPATHI

          2,1641828




          2,1641828





















              1














              You have enabled Update on Save, so the reindex will occur in realtime whenever a change is made in the admin. So you might not have done any changes for that indexers product category and catalog rules, so that you are seeing the last updated date(i.e.) reindex has occurred when you made changes to those indexers in December and March.



              So if you enable the reindex to Update on Schedule , the reindex will occur through cron job regularly.






              share|improve this answer



























                1














                You have enabled Update on Save, so the reindex will occur in realtime whenever a change is made in the admin. So you might not have done any changes for that indexers product category and catalog rules, so that you are seeing the last updated date(i.e.) reindex has occurred when you made changes to those indexers in December and March.



                So if you enable the reindex to Update on Schedule , the reindex will occur through cron job regularly.






                share|improve this answer

























                  1












                  1








                  1







                  You have enabled Update on Save, so the reindex will occur in realtime whenever a change is made in the admin. So you might not have done any changes for that indexers product category and catalog rules, so that you are seeing the last updated date(i.e.) reindex has occurred when you made changes to those indexers in December and March.



                  So if you enable the reindex to Update on Schedule , the reindex will occur through cron job regularly.






                  share|improve this answer













                  You have enabled Update on Save, so the reindex will occur in realtime whenever a change is made in the admin. So you might not have done any changes for that indexers product category and catalog rules, so that you are seeing the last updated date(i.e.) reindex has occurred when you made changes to those indexers in December and March.



                  So if you enable the reindex to Update on Schedule , the reindex will occur through cron job regularly.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 41 mins ago









                  Raj Mohan RRaj Mohan R

                  5169




                  5169



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Magento Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269624%2fhow-to-check-whether-the-reindex-working-or-not-in-magento%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

                      2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

                      Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?