-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make autoscaler trigger the rest of the instances
The client selects any instance and provide it with all the apocryph node gateways and it will trigger the rest and for the cluster instead of sending multiple connect requests to every provider.
- Loading branch information
Showing
12 changed files
with
350 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"directories": { | ||
"test": "test" | ||
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"lint": "eslint pkg/**/*.\\{ts,js\\} test/**/*.\\{ts,js\\} --ignore-pattern **/*.config.ts", | ||
"fmt": "eslint --fix pkg/**/*.\\{ts,js\\} test/**/*.\\{ts,js\\} --ignore-pattern **/*.config.ts", | ||
|
@@ -49,10 +50,5 @@ | |
"helia": "^4.2.1", | ||
"private-ip": "^3.0.2" | ||
}, | ||
"workspaces": [ | ||
"test/e2e/webui", | ||
"pkg/ipfs-ts", | ||
"pkg/proto-ts", | ||
"pkg/abi-ts" | ||
] | ||
"workspaces": ["test/e2e/webui", "pkg/ipfs-ts", "pkg/proto-ts", "pkg/abi-ts"] | ||
} |
Oops, something went wrong.