Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queue:consumer:start incorrectly resolves product saves. #567

Open
Hexmage opened this issue Jun 25, 2020 · 2 comments
Open

queue:consumer:start incorrectly resolves product saves. #567

Hexmage opened this issue Jun 25, 2020 · 2 comments

Comments

@Hexmage
Copy link

Hexmage commented Jun 25, 2020

I'm using a consumer to resolve a product import. But if I start the consumer with Magerun instead of bin/magento I get inexplicable errors on product save.

If I try to save a new product the error is "The Product with the "%1" SKU doesn't exist."

If I try to save an existing product the error is "The stock item was unable to be saved. Please try again.".

Both these errors disappear if I run bin/magento instead of magerun to start the consumers.

@cmuench
Copy link
Member

cmuench commented May 11, 2022

Possibly related to #455

@cmuench
Copy link
Member

cmuench commented Jan 20, 2023

@Hexmage We have reworked the whole process to call Magento Core Commands in Magerun2 v7.0.0 which is currently in develop branch.

You can test it by updating via n98-magerun2.phar self-update --unstable.

IMHO the issue should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants