Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time syncronization #83

Open
vinitchopra12 opened this issue Jul 15, 2020 · 1 comment
Open

Real time syncronization #83

vinitchopra12 opened this issue Jul 15, 2020 · 1 comment

Comments

@vinitchopra12
Copy link

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
Copy link
Contributor

mbolka commented Jul 16, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants