-
- Downloads
Refactor the client rpc library using urllib3
Resolve all DNS targets and iterate through them during retries. Randomize the target selection to ensure round-robin randomization on normal operations. Add tests with and without mTLS authentication.
parent
18606584
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- ai_web_common/rpc/clients.py 17 additions, 9 deletionsai_web_common/rpc/clients.py
- ai_web_common/rpc/core.py 231 additions, 52 deletionsai_web_common/rpc/core.py
- ai_web_common/rpc/test/__init__.py 239 additions, 0 deletionsai_web_common/rpc/test/__init__.py
- ai_web_common/rpc/test/test_rpc.py 49 additions, 0 deletionsai_web_common/rpc/test/test_rpc.py
- tox.ini 13 additions, 0 deletionstox.ini
Loading
Please register or sign in to comment