The Lifecycle upgrade methods after updating to 1.15.2 kills our admin portal. It tries to query over 10k orders with meta and items all at once.
It seems like this originates with the upgrade_to_1_15_1 method being re-ran. Since it fetches all orders after 2023-07-03, in our instance is several thousand orders.
Batching or schedulings this upgrade method would greatly reduce load on our server. Our host was killing the DB Query for being too large of a query, upon lifting that limitation the site continues to timeout or consumes too much memory.
Open
Last updated: February 15, 2024
0 comments
Log in to comment on this feature request.