DivanteLtd / pimcore-magento2-bridge

Pimcore module for Magento 2 integration
35 stars 24 forks source link

Real time syncronization #83

Open vinitchopra12 opened 4 years ago

vinitchopra12 commented 4 years ago

Is there any way we can sync. products and category real time instead getting queued and run the command?

Also, everytime when I update the product its create the new attribute set in Magento. How we can prevent that?

mbolka commented 4 years ago

Hi @vinitchopra12, due to the architecture, it is currently not possible to sync in real-time. You can execute command frequently using cron for ex. every 1 minute. If your product model has been changed, then Magento will create a new attribute set to follow those changes. It also has a built-in command to clean non-used sets, so your Magento will get rid of them.