You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datadog API has a default timeout of 60s
We observe regular error from lambda client using this lib where the
connection is open without any timeout leading to write errors and
connection interrupted by our servers.
this patch aims to set a sane default for requests.
we also bump aiosonic version to benefit from better connection
handling in 0.24.0:
https://github.com/sonic182/aiosonic/blob/54f8b9f3e13bac87071826d942da7496ecc2a690/CHANGELOG.md?plain=1#L9
```
- Multiple pools configurations in client connector per target host.
- conn idle timeout closing for more robust conns.
```
Signed-off-by: William Dauchy <[email protected]>
0 commit comments