I've managed to import >200,000 SKUs and am now struggling to index them running the command line indexer.
It's basically running for more than 12 hours now and I don't even don't know if it's doing anything or not. I got 4 errors in the meantime…
I need to know that, When magento runs the indexer process on below phase.
- Add to cart (While user add products on cart)
- Add to wishlist (While user add products on wishlist)
- Apply Coupon code
- Submitting order
Your…
I have a magento 2.4.3 running on a production server. I have the following error message in the admin panel.
Also some of the indexers shows "reindex required". I do not have the SSH access so how can I fix it from the admin panel?
I have added an event for a custom entity to an Indexer but I have some issue:
_registerEvent() is called correctly
_processEvent() is never triggered
Here what I did:
In my Indexer Model I have add the Custom Entity/Event:
/**
* @var array
…