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

Productattributescontainer might be performing queries on garbage collection #4272

Open
specialunderwear opened this issue Apr 8, 2024 · 0 comments

Comments

@specialunderwear
Copy link
Member

The productattributescontainer contains a caching mechanism and a lazy machanism to prevent queries from being done when attributes are not.

We suspect that during garbage collection de __delete__ method is being called, which is not there.
That could trigger the population of the cache, executing a query.

This problem has manifested itself during tests run on github, but nobody has yet been able to reproduce this locally.

@specialunderwear specialunderwear changed the title Productattributescontainer might be performing queries on production Productattributescontainer might be performing queries on garbage collection Apr 8, 2024
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