-
Notifications
You must be signed in to change notification settings - Fork 174
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
how to handle inconsistency? #522
Comments
@saiqulhaq-hh what kind of issues are you facing? |
@saiqulhaq-hh IDC will try to load the record from cache (if enabled) and if it's missing it will pull it from DB, so when IDC raises |
IDC will cache the absence of a record, so this could just be a cache inconsistency, which is an expected occurrence when cache invalidations fails. I think we failed to document this, so I opened #529 to update the caveats to mention this symptom of lost cache invalidations:
|
Also, we would ideally have a way to opt-out of |
thanks @dylanahsmith |
I am having many issues when using
.fetch
methodI could solve it by overriding the
.fetch
method withwhich is not a correct way
I am just wondering do you have this issue too in Shopify?
The text was updated successfully, but these errors were encountered: