Alexander Bachmann

Results 6 comments of Alexander Bachmann

This is great. Thank you @shyim. We have implemented this via plugin as well. I'd love this to land in the core though, mainly because it would open up an...

Just to share our workaround to this issue: We decorated the PromotionRedemptionUpdater and pushed the update process to the message queue and out of the main thread. This way, the...

No, we decorated the services in a plugin. https://symfony.com/doc/current/service_container/service_decoration.html Also, the memory issue is real. That's why we are processing the promotions one by one (each promotion dispatches an update...

No, this issue has been resolved. Rafael Kraut ***@***.***> schrieb am Fr., 8. Juli 2022, 14:22: > The Shopware Issue Tracker issue > https://issues.shopware.com/issues/NEXT-17359 is fixed now. > Is this...

I experience similar issues, when running shopware/shopware with FrankenPHP. The globals are not reset between requests, which can cause significant rendering problems in Shopware, since the globals are, among others...