Magento2 inventory_cleanup_reservations CRON job not working as expected for the large number of reservation records
The basic reason behind this is the MySQL group_concat_max_len value. If we have a large number of records in the reservation table then it fails to group concat the value. Preconditions and environment Magento 2.4.4 (enterprise) Actually for any version Steps to reproduce Three… Read More »Magento2 inventory_cleanup_reservations CRON job not working as expected for the large number of reservation records