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/deployment-settings.md

Co-authored-by: Nikki Everett <[email protected]>
  • Loading branch information
dehume and neverett authored Dec 20, 2024
1 parent 386638a commit 587a4e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ run_monitoring:
max_runtime_seconds: 7200
```

| Property | Descripton |
| Property | Description |
| --- | --- |
| run_monitoring.start_timeout_seconds | The number of seconds that Dagster+ will wait after a run is launched for the process or container to start executing. After the timeout, the run will fail. This prevents runs from hanging in `STARTING` indefinitely when the process or container doesn't start. <ul><li>**Default** - `1200` (20 minutes)</li></ul> |
| run_monitoring.cancel_timeout_seconds | The number of seconds that Dagster+ will wait after a run termination is initiated for the process or container to terminate. After the timeout, the run will move into a `CANCELED` state. This prevents runs from hanging in `CANCELING` indefinitely when the process or container doesn't terminate cleanly. <ul><li>**Default** - `1200` (20 minutes)</li></ul> |
Expand Down

0 comments on commit 587a4e8

Please sign in to comment.