firegento / firegento-magesetup2

MageSetup for Magento2
GNU General Public License v3.0
120 stars 72 forks source link

magesetup:setup:run stuck at Start processor: tax #201

Closed Josch- closed 3 years ago

Josch- commented 3 years ago

Please make sure that you provide as much information as possibl - thank you!

General

Issue description

Hi,

I updated to Magento 2.4.3 today. After the upgrade of firegento-magesetup2:

Upgrading firegento/magesetup2 (v0.4.1 => v1.0.0)

I did a:

bin/magento magesetup:setup:run de

This is the output:

Start setup Start processor: agreements Start processor: cms Start processor: email Start processor: systemConfig Start processor: tax

And now the process is stuck/does nothing/gives no output?

Any help would be highly appreciated.

Steps to reproduce

  1. take a Magento 2.4.3 installation
  2. update firegento-magesetup2 from 0.4.0 to 1.0.0
  3. run bin/magento magesetup:setup:run de
Josch- commented 3 years ago

Wow, after a REALLY long time the setup is (unexpectedly ;-)) finished. So I close this issue. Sorry.

sprankhub commented 3 years ago

Hmm I just checked the code of the tax processor, but I could not find anything, which should take such a long time. We do update all products, but with a rather efficient method \Magento\Catalog\Model\Product\Action::updateAttributes... How many products do you have?

Anyway, good that it is not a real issue :+1:

Josch- commented 3 years ago

Yes, I‘m glad, too that it is not a real issue. To answer your question: we have 3000 products in our shop. Not a very big chunk ;-)