Hi,
facing the same issue w/ latest 14.0.4, 43 items left. In my case, I noticed that table ‘yoast_indexable’ is filling up with the same entries while indexing is running. The same permalinks to product categories are added over and over again. Can see the number of rows increasing…
select count(*) from wcyoast_indexable where permalink like ‘<my-product-category>’;
4831
4842
…
Looks that something is running in a loop there? Did anyone notice the same?
Hope this helps.
Cheers