2.10.58 -
Sync SQL optimization: improve delete from the Queue dependency
Implemented new "Use extended Queue cleanup logic" option
Old logic ("No" option) - it will delete successful Queue records from the "tail" one-by-one
New logic ("Yes" option) - will delete successful records if it's "child" records are successful too. I.e. could be deleted record from the middle of dependency.
2.10.57 -
Consumers optimization: spawn a new messages on Memory limit restart
Implemented mechanism spawn a new messages on Memory limit restart
2.10.56 -
Performance issue, spikes ~5 min
Added a new conditions, this cron will works only if the both following options enabled:
Refresh grids
Reset Order Sync Statuses
2.10.55 -
CU-86853knw2 - Order sync issue: Call to a member function addData() on null
Fixed order sync issue with virtual products placed as Guest user
2.10.54 -
Individual Cron Group for each cron job
created individual Cron Group for each command to be able enable/disable them individually
2.10.53 -
Cron jobs performance
...