-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore: add error log for long storage requests [#WPB-11603] #3225
base: develop
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
Bencher Report
Click to view all benchmark results
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3225 +/- ##
===========================================
- Coverage 54.49% 54.47% -0.02%
===========================================
Files 1264 1264
Lines 36858 36864 +6
Branches 3738 3740 +2
===========================================
- Hits 20085 20083 -2
- Misses 15363 15370 +7
- Partials 1410 1411 +1
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3279 Passed, 108 Skipped, 59.94s Total Time |
@sergeibakhtiarov after merging db logger is this one needed |
https://wearezeta.atlassian.net/browse/WPB-11603
What's new in this PR?
Issues
Slow sync issue could be caused by a slow database access. Logging long database operations will help to approve or reject this hypothesis.