-
Notifications
You must be signed in to change notification settings - Fork 894
docs: scaling Coder #5206
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
docs: scaling Coder #5206
Changes from 1 commit
fc8839d
a587e45
fdacfad
8cd6abb
7637f86
c1de2b4
e1b04a1
1cf65aa
933beac
b31e813
b493aa9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Co-authored-by: Dean Sheather <dean@deansheather.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,12 +22,11 @@ For example, this command will do the following: | |
- return results (e.g. `99 succeeded, 1 failed to connect` ) | ||
|
||
```sh | ||
coder loadtest create-workspaces \ | ||
coder scaletest create-workspaces \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this what we want the command to be like, or what it currently is? Just tried to look this up, and I couldn't find There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This PR is blocked by #5202. I'll be sure to update the schema to whatever it changes to prior to merging |
||
--count 100 \ | ||
bpmct marked this conversation as resolved.
Show resolved
Hide resolved
|
||
--template "my-custom-template" \ | ||
--parameter image="my-custom-image" \ | ||
--run-command "sleep 3 && echo hello" \ | ||
--connect-timeout "10s" | ||
--run-command "sleep 3 && echo hello" | ||
|
||
# Run `coder scaletest --help` for all usage | ||
bpmct marked this conversation as resolved.
Show resolved
Hide resolved
|
||
``` | ||
|
Uh oh!
There was an error while loading. Please reload this page.