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
{{ message }}
This repository was archived by the owner on Sep 22, 2023. It is now read-only.
* feat: Update CLI to use the new cli pkg with interrupt-handling mixin
* setup: Upgrade backend.ai-cli to 0.4.1
* fix: Restore old code because now we use mixins
* fix: Ensure proper SSL termination and proxy context termination
- Currently Python's asyncio does not wait for processing of
"connection lost" event for all open SSL transports.
This generates a very long and messy exception traces, which would
confuse the end-users.
We apply a hack to mitigate this issue.
- When we call other context managers inside context managers and get
exceptions during an outer enter handler,
we should call exit handlers of the inner context managers properly
once their enter handlers are called.
0 commit comments