10000 docs: scaling Coder by bpmct · Pull Request #5550 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: scaling Coder #5550

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

Merged
merged 23 commits into from
Jan 19, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/admin/scale/index.md
Co-authored-by: Dean Sheather <dean@deansheather.com>
  • Loading branch information
bpmct and deansheather authored Nov 30, 2022
commit 7637f86150899c2bd8b69676359dbe92d5ec37ae
2 changes: 1 addition & 1 deletion docs/admin/scale/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For example, this command will do the following:
- establish a SSH connection to each workspace
- run `sleep 3 && echo hello` on each workspace via the web terminal
- close connections, attempt to delete all workspaces
- return results (e.g. `99 succeeded, 1 failed to connect` )
- return results (e.g. `99 succeeded, 1 failed to connect`)

```sh
coder scaletest create-workspaces \
Expand Down
0