Luke Rodgers
Luke Rodgers
Closing as issue in #60 is tracked
@colinmollenhour We did as you suggested in https://github.com/magento/magento2/issues/34758#issuecomment-1312635955 for requests that we're 100% confident we do not care about the session for. 1. We put some `REQUEST_URI` checking and handling...
@Yonn-Trimoreau definitely a stop gap until we can get magento up to date to latest, this helps with some locking performance before the holiday period at least :)
Seems 2.4.5 and above have this flag which may help provided all the graphql endpoints are coded correctly. https://github.com/magento/magento2/blob/3854187fd19fd3189781d4889d1f88f9ee99e5e5/app/code/Magento/GraphQl/Model/Config/DisableSession.php#L17 https://github.com/magento/magento2/blob/8af9d3305665033f4162bad7085c18c6b1e79c84/app/code/Magento/GraphQl/etc/graphql/di.xml#L42
Hey @norgeindian I've take an hour or so shotgun programming at this. https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/pull/80 There's still a massive TODO and question mark about how the theme fallbacking configuration you mentioned actually...
@kingberrill Great point! I wonder whether it would be better to do this as a CLI command so that it could be run asynchronously from the `setup:upgrade` deployment. On databases...
@maxacarvalho Directly in the database, sorry for lack of clarity.
@maxacarvalho Also make sure to test everything locally, never do this kind of thing directly on prod without backups and testing first.
@gentookid that was never merged i'm afraid, sorry. Manually truncate the table please
The table is `inventory_reservation` It should be there is you have the inventory tables installed