-
Notifications
You must be signed in to change notification settings - Fork 415
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
feat(boto3/dynamo): use tcp_keepalive #2926
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Closes #2846 |
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2926 +/- ##
=======================================
Coverage 95.63% 95.63%
=======================================
Files 1012 1012
Lines 29137 29139 +2
=======================================
+ Hits 27866 27868 +2
Misses 1271 1271
☔ 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 to me!
d8dfe15
to
b460236
Compare
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingChanges
Use tcp_keepalive when creating dynamodb resource
How did you test this code?
Ran this code locally to make sure it works