mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
53 lines
1.5 KiB
Markdown
Generated
53 lines
1.5 KiB
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# provisionerd start
|
|
|
|
Run a provisioner daemon
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder provisionerd start [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -c, --cache-dir
|
|
|
|
| | |
|
|
| ----------- | ----------------------------------- |
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_CACHE_DIRECTORY</code> |
|
|
| Default | <code>~/.cache/coder</code> |
|
|
|
|
Directory to store cached data.
|
|
|
|
### --poll-interval
|
|
|
|
| | |
|
|
| ----------- | ---------------------------------------------- |
|
|
| Type | <code>duration</code> |
|
|
| Environment | <code>$CODER_PROVISIONERD_POLL_INTERVAL</code> |
|
|
| Default | <code>1s</code> |
|
|
|
|
How often to poll for provisioner jobs.
|
|
|
|
### --poll-jitter
|
|
|
|
| | |
|
|
| ----------- | -------------------------------------------- |
|
|
| Type | <code>duration</code> |
|
|
| Environment | <code>$CODER_PROVISIONERD_POLL_JITTER</code> |
|
|
| Default | <code>100ms</code> |
|
|
|
|
How much to jitter the poll interval by.
|
|
|
|
### -t, --tag
|
|
|
|
| | |
|
|
| ----------- | ------------------------------------- |
|
|
| Type | <code>string-array</code> |
|
|
| Environment | <code>$CODER_PROVISIONERD_TAGS</code> |
|
|
|
|
Tags to filter provisioner jobs by.
|