-
Notifications
You must be signed in to change notification settings - Fork 23
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: Add CONNECT_TIMEOUT option #112
Conversation
system default is too long. we add CONNECT_TIMEOUT default to 8 sec
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #112 +/- ##
==========================================
- Coverage 88.97% 84.70% -4.28%
==========================================
Files 48 53 +5
Lines 4038 4578 +540
Branches 770 498 -272
==========================================
+ Hits 3593 3878 +285
- Misses 358 601 +243
- Partials 87 99 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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.
LGTM
Seems this Ci cannot pass. I tried twice |
659c704
to
b452160
Compare
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.
LGTM
What do these changes do?
asyncio default connection timeout is too long. we add CONNECT_TIMEOUT optional config default to 8 sec
Related issue number
Check code requirements