Skip to content

Commit

Permalink
[docs] indicate Run Monitoring enabled by default in Dagster+ (#23912)
Browse files Browse the repository at this point in the history
## Summary & Motivation
Dagster+ users get confused by the instruction to enable Run Monitoring
as the doc is specific to OSS.

## How I Tested These Changes
👀

## Changelog [Docs]
NOCHANGELOG
garethbrickman authored Sep 4, 2024
1 parent 8a62fe9 commit 8715d84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/deployment/run-monitoring.mdx
Original file line number Diff line number Diff line change
@@ -21,6 +21,14 @@ run_monitoring:
poll_interval_seconds: 120
```
<Note>
In Dagster+ Run Monitoring is enabled by default and can be configured in{" "}
<a href="https://docs.dagster.io/dagster-plus/managing-deployments/deployment-settings-reference">
deployment settings
</a>
.
</Note>
## Run start timeouts
When Dagster launches a run, the run stays in STARTING status until the run worker spins up and marks the run as STARTED. In the event that some failure causes the run worker to not spin up, the run might be stuck in STARTING status. The `start_timeout_seconds` offers a time limit for how long runs can hang in this state before being marked as failed.

0 comments on commit 8715d84

Please sign in to comment.