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

Saleor syncToECI product sync creating high DB load #426

Open
JannikZed opened this issue Oct 25, 2023 · 0 comments
Open

Saleor syncToECI product sync creating high DB load #426

JannikZed opened this issue Oct 25, 2023 · 0 comments

Comments

@JannikZed
Copy link
Contributor

This run creates somehow high load on the DB because of unknown reason. We need to improve the logic here and make sure, that we don't update products too often - the updateAt timestamp does still not reflect the reality, which makes us update a lot in Saleor and makes us pull product changes back.. we need to improve here
Furthermore, we need to find out, why this run is creating such high DB load- somehow it is related to large update call (OrderLineItems) - we don't know, what prisma is doing here. No other sync job is taking that high load.

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

1 participant