[PM-38271] Speed up load org data by running queries in parallel - #8202
[PM-38271] Speed up load org data by running queries in parallel#8202JaredScar wants to merge 1 commit into
Conversation
…rent data retrieval Refactor the GetUser method to use Task.WhenAll for concurrent execution of organization retrieval and claiming user data, improving performance and reducing wait time for asynchronous operations.
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR parallelizes the two independent data fetches in Code Review DetailsNo findings. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8202 +/- ##
==========================================
- Coverage 68.41% 63.17% -5.24%
==========================================
Files 2380 2381 +1
Lines 103679 103774 +95
Branches 9386 9394 +8
==========================================
- Hits 70931 65560 -5371
- Misses 30420 35983 +5563
+ Partials 2328 2231 -97 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-38271
📔 Objective
Speeds up getting Org data by running queries in parallel rather than one after another.