Skip to content

Commit

Permalink
Update docs/docs-beta/docs/dagster-plus/deployment/management/setting…
Browse files Browse the repository at this point in the history
…s/customizing-agent-settings.md

Co-authored-by: Nikki Everett <[email protected]>
  • Loading branch information
dehume and neverett authored Dec 20, 2024
1 parent a964fdd commit 66e5bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For [Kubernetes agents](/todo.md) deployed with the Dagster+ Helm chart, you'll

## Enabling user code server TTL

User code servers support a configurable time-to-live (TTL). The agent will spin down any user code servers that havent served requests recently and will spin them back up the next time theyre needed. Configuring TTL can save compute cost because user code servers will spend less time sitting idle.
User code servers support a configurable time-to-live (TTL). The agent will spin down any user code servers that haven't served requests recently and will spin them back up the next time they're needed. Configuring TTL can save compute cost because user code servers will spend less time sitting idle.

To configure TTL:
```yaml
Expand Down

0 comments on commit 66e5bce

Please sign in to comment.