Skip to content

Commit cc76a5f

Browse files
authored
Document runtime.shutdown_timeout param
1 parent 7d134db commit cc76a5f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

website/docs/reference/spicepod/runtime.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,12 @@ The path to a temporary directory that Spice uses for query and acceleration ope
177177
runtime:
178178
temp_directory: /tmp/spice
179179
```
180+
181+
## `runtime.shutdown_timeout`
182+
183+
Controls how long Spice waits for connections to be gracefully drained and for components to shut down cleanly during runtime termination. Defaults to 30 seconds.
184+
185+
```yaml
186+
runtime:
187+
shutdown_timeout: 1m
188+
```

0 commit comments

Comments
 (0)