You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Eugene Tulika edited this page Oct 30, 2017
·
8 revisions
Problem
We need to send lots of data to Magento via the web API, particularly for products and stock which have thousands of updates each day.
Some requests are also very slow, like updating an attribute that has hundreds or thousands of options, and this creates timeouts.
Magento produces deadlocks on various tables at any more than 1 concurrent request for product updates. The higher number of requests, the more deadlocks are created. This creates a lot of failed requests which must be retried continuously before the update is saved by Magento.