Pieter Hoste
Pieter Hoste
Hi folks, what would be the status here? Asking because I ran into https://github.com/Smile-SA/elasticsuite/issues/2130 for the 3rd or 4th time already when installing this module on a new shop and...
@tedivm: with version 1.6.7 we get a lot of failures on a lot of javascript files in the Magento code base. One of them (in case it helps) is this...
@glo23503: this issue got closed without any comments, any idea why? Might have been fixed by [ACP2E-1341: [On-Premise] Merchant Informed Core Issue Magento 2.4.4 main.ERROR: Environment emulation nesting is not...
Just FYI, but we found out today that even if you explicitly do not mention `full_page` as type, it will still flush FPC, I'm trying to fix this in: https://github.com/magento/magento2/pull/38215
If somebody's interested, here's some open source module I've been working on for a while which implements most of the checks mentioned above: https://github.com/baldwin-agency/magento2-module-url-data-integrity-checker It's still experimental, performance isn't very...
Hi @sivaschenko! Basically doing something like the module I wrote. I got a bit fed up with the entire url bug disaster in Magento and wrote a module myself in...
https://github.com/magento/magento2/pull/23005 might solve part of this problem. Also please follow issue https://github.com/magento/magento2/issues/22808
@sidolov: maybe the open PR's in this repo should be taken a look at? It seems like they are being forgotten 🙂
@kandy: Yes I agree, we shouldn't rely on server infrastructure on how to restart these processes. This ticket was created for this purpose. Magento should have an easy way to...
Just accidentally stumbled over the `symfony/messenger` component, which looks like a similar implementation as what Magento is doing. They also have a feature to stop running consumers/workers apparently: https://symfony.com/doc/current/messenger.html#deploying-to-production (`messenger:stop-workers`)...