-
Notifications
You must be signed in to change notification settings - Fork 347
threads: Bulk process thread subscription updates from sync and companion enpoint #5848
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
base: main
Are you sure you want to change the base?
Conversation
…ethod for bulk upsert
2417153 to
cfcfa42
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #5848 +/- ##
==========================================
+ Coverage 88.60% 88.61% +0.01%
==========================================
Files 361 361
Lines 102294 102476 +182
Branches 102294 102476 +182
==========================================
+ Hits 90637 90809 +172
- Misses 7438 7439 +1
- Partials 4219 4228 +9 ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #5848 will not alter performanceComparing Summary
|
cfcfa42 to
9a19738
Compare
|
Thanks! It looks like a solid contribution, thank you. However, I wonder if you could add a bit of context and to explain what you're doing, and why, please? |
9a19738 to
07a7e45
Compare
The sliding sync and back-pagination endpoints provide thread subscription updates in batches, but currently the SDK stores/updates them one by one. (MSC4308) The first commit adds the Most of the Switching to a bulk api was suggested in this comment. |
Fixes #5610
Signed-off-by: Razvan [email protected]