-
Notifications
You must be signed in to change notification settings - Fork 34
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
resetCache should clear stale data #492
Labels
📦data-point-service
DataPointService Package
Comments
schiavig
added a commit
to schiavig/data-point
that referenced
this issue
Feb 9, 2024
resetCache should clear stale data fix ViacomInc#492
This was referenced Feb 9, 2024
schiavig
added a commit
to schiavig/data-point
that referenced
this issue
Feb 9, 2024
resetCache doesn't remove stale data so, it happens that for removed contents it still provide old data. Implemented the clear of stale data on promise chain fix ViacomInc#492
schiavig
added a commit
to schiavig/data-point
that referenced
this issue
Feb 9, 2024
resetCache doesn't remove stale data so, it happens that for removed contents it still provide old data. Implemented the clear of stale data on promise chain fix ViacomInc#492
schiavig
added a commit
that referenced
this issue
Feb 12, 2024
* fix(data-point-service): resetCache should clear stale data resetCache doesn't remove stale data so, it happens that for removed contents it still provide old data. Implemented the clear of stale data on promise chain when the clear cache parameter is applied fix #492
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description:
When resetCache is true the promise chain ignore saved values but stale data is not removed
Suggested solution:
Clear stale data during the promise chain
What happened:
Reproduction:
Environment:
data-point
version:node
version:npm
version:The text was updated successfully, but these errors were encountered: