-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enterprise settings now support an expanded config: - Optional server label - Experimental worker config - an object of optional worker settings that will drive PQ creation Also fixed a small json schema bug for community settings that was breaking intellisense in settings.json **Testing** Simple config should still work: ```jsonc "deephaven.enterpriseServers": [ https://dev-vplus.int.illumon.com:8123/ ] ``` Expanded config should drive server label in the server tree and / or worker creation settings: ```jsonc "deephaven.enterpriseServers": [ { "url": "https://dev-vplus.int.illumon.com:8123/", "label": "San Luis", // optional label "experimentalWorkerConfig": { // custom heap size "heapSize": 0.5 } }, ] ```
- Loading branch information
Showing
6 changed files
with
137 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters