-
Notifications
You must be signed in to change notification settings - Fork 152
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: Python native WSProxy #2372
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
In the near future we can think of migrating contents of both |
Backported-from: main (24.09) Backported-to: 24.03 Backport-of: 2372
This PR introduces new variant of WSProxy, which in turn replaces our nodejs based
local-proxy
. After this PR is merged, developers can now launch local proxy bybackend.ai wsproxy start-server
command - just like we start other Backend.AI core components.To start the WSProxy you need to set up a valid configuration file (
wsproxy.toml
). Check outconfigs/wsproxy
for detailed configuration directives.Checklist: (if applicable)