mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
20 lines
735 B
Plaintext
20 lines
735 B
Plaintext
Usage: coder scaletest cleanup [flags]
|
||
|
||
Cleanup scaletest workspaces, then cleanup scaletest users.
|
||
|
||
The strategy flags will apply to each stage of the cleanup process.
|
||
|
||
[1mOptions[0m
|
||
--cleanup-concurrency int, $CODER_SCALETEST_CLEANUP_CONCURRENCY (default: 1)
|
||
Number of concurrent cleanup jobs to run. 0 means unlimited.
|
||
|
||
--cleanup-job-timeout duration, $CODER_SCALETEST_CLEANUP_JOB_TIMEOUT (default: 5m)
|
||
Timeout per job. Jobs may take longer to complete under higher
|
||
concurrency limits.
|
||
|
||
--cleanup-timeout duration, $CODER_SCALETEST_CLEANUP_TIMEOUT (default: 30m)
|
||
Timeout for the entire cleanup run. 0 means unlimited.
|
||
|
||
---
|
||
Run `coder --help` for a list of global options.
|