mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
2bd6d2908e
I'm sorry.
1.5 KiB
1.5 KiB
scaletest cleanup
Cleanup scaletest workspaces, then cleanup scaletest users.
Usage
coder scaletest cleanup [flags]
Description
The strategy flags will apply to each stage of the cleanup process.
Options
--cleanup-concurrency
| Type | int |
| Environment | $CODER_SCALETEST_CLEANUP_CONCURRENCY |
| Default | 1 |
Number of concurrent cleanup jobs to run. 0 means unlimited.
--cleanup-job-timeout
| Type | duration |
| Environment | $CODER_SCALETEST_CLEANUP_JOB_TIMEOUT |
| Default | 5m |
Timeout per job. Jobs may take longer to complete under higher concurrency limits.
--cleanup-timeout
| Type | duration |
| Environment | $CODER_SCALETEST_CLEANUP_TIMEOUT |
| Default | 30m |
Timeout for the entire cleanup run. 0 means unlimited.