Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.54 KB

File metadata and controls

49 lines (33 loc) · 1.54 KB

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.