dweeves / magmi-git

Magmi GitHub
364 stars 306 forks source link

Add transaction logging and skip catalog_product_entity update config #599

Closed tmotyl closed 3 years ago

tmotyl commented 3 years ago

Introduce a new configuration to disable unnecessary product update. Just set:

[MAGENTO]
catalog_product_entity_update = 0

in your magmi.ini. This will prevent Magemi from updating catalog_product_entity table when not needed e.g. usually magmi updates sku, entity_type_id to the same values as they were before.

This PR also add logging when beginTransaction or rollback returns false. This helps debugging deadlock situations