-
Notifications
You must be signed in to change notification settings - Fork 136
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
NEOS-1708: optimize sql disconnections and busy signals during sync #3182
NEOS-1708: optimize sql disconnections and busy signals during sync #3182
Conversation
nickzelei
commented
Jan 23, 2025
•
edited
Loading
edited
- Adds low-level wrapper around database connections for handling retries reads and writes (except query row)
- Removes bespoke deadlock code from benthos input/updates as it is redundant to the above
- Adds more error codes to backoff strategy to handle busy signals and unexpected eof, along with some other temporary object errors for postgres.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3182 +/- ##
==========================================
+ Coverage 27.82% 27.85% +0.02%
==========================================
Files 378 378
Lines 43259 43270 +11
==========================================
+ Hits 12037 12051 +14
+ Misses 29772 29771 -1
+ Partials 1450 1448 -2 ☔ View full report in Codecov by Sentry. |
Benchstat Geomean Results-0.46% sec/op, -0.03% B/op, 0.00% allocs/op Benchstat results
|