This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: add start_service API #479
feat: add start_service API #479
Changes from 6 commits
cc38070
4080ded
2995ff4
3a7d42b
eb9d29d
5636605
7cbb87f
a08a250
c5b7e94
36bb3e6
880ed52
220814b
0693aa4
5ba6d96
2ae9e01
7c11987
9e398de
0834444
9ae4f07
505e19a
8890a43
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a question. Is there a reason to set
wsproxy_address
per scaling group? I originally thought that the wsproxy endpoint can be configured globally frommanager.toml
or somewhere else. So, I wonder if there a scenario for multiple wsproxies for a different scaling group.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For more scalability and distributed deployments, I think it would be better to have this option, although in most cases it would fallback to the
manager.toml
configuration value.Note: In the future this would be refactored using RBAC (also the default storage proxy for scaling groups / allowed storage proxies for user groups as well).