You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark indexProcess as STATUS_REQUIRE_REINDEX; it is cleared after (#574)
* Mark indexProcess as STATUS_REQUIRE_REINDEX; it is cleared after
Mark indexProcess as STATUS_REQUIRE_REINDEX
it is cleared directly after if the indexer can run
$indexProcess->changeStatus(Mage_Index_Model_Process::STATUS_REQUIRE_REINDEX);
if it cannot then at least the indexer is marked as dirty
(sometimes the indexer is already running and the process cannot start; in this case there is no way to see this for the admin or some watching process)
* only change status, if $indexerProcess is set
Co-authored-by: Daniel Fahlke <[email protected]>
0 commit comments