ermakov-oleg
ermakov-oleg
If 'max_retries=0' is set and the request fails, the client goes into an infinite loop, resulting in a ddos elasticsearch. In the synchronous version of the client, this case is...
Maybe like this: ```python from dataclasses import dataclass from serpyco_rs import Serializer from serpyco_rs._main import Override from serpyco_rs.metadata import CamelCase, OmitNone, MinLength @dataclass class B: foo: str @dataclass class A:...
## What is the problem your feature solves, or the need it fulfills? In Kubernetes environments, especially when using sidecar proxies, it is common to redirect traffic using iptables with...
## What is the problem your feature solves, or the need it fulfills? I have several applications that, for various reasons, may open numerous connections and fail to close them...
# Summary Adds pool_timeout parameter to Pool and create_pool() to prevent indefinite hangs in pool operations. # Problem Pool operations could hang indefinitely, particularly during connection cleanup and cancellation (issue...