IcecatNV / magento-extension

MIT License
2 stars 9 forks source link

Full import does not import all products #21

Open magex55 opened 5 months ago

magex55 commented 5 months ago

After setting up the extension and clicking the full import button, I got the message, that the import is scheduled. So next thing I did was to run the following command in my Magento root folder:

php bin/magento icecat:queue-runner

It ran for about half an hour and finished with this message: 5 jobs processed in 1978 seconds. .

The import log stated, it only found 250 products (total number of products found in Magento) that were all updated. But my store has almost 4000 ... so I ran the import again, now 387 products were updated.

It seems that it needs several starts to finish all the products? What are the 5 jobs that were finished? Is this a bug or am I doing something wrong? Is there an internal limit that can be increased?