-
Notifications
You must be signed in to change notification settings - Fork 45
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
Added index to SQL TTL cache #142
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #142 +/- ##
==========================================
+ Coverage 94.72% 94.77% +0.04%
==========================================
Files 27 27
Lines 2732 2756 +24
Branches 351 353 +2
==========================================
+ Hits 2588 2612 +24
Misses 143 143
Partials 1 1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a small nit with a comment.
Also package-lock.json
doesn't seem to reflect the bumped version 0.4.1
Co-authored-by: Liran Cohen <[email protected]>
Co-authored-by: Liran Cohen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀
1. Added index to SQL TTL cache by leveraging latest `dwn-sql-store` 1. Added handling of an edge race condition. --------- Co-authored-by: Liran Cohen <[email protected]>
dwn-sql-store