Skip to content
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