You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runMonitoring:
enabled: true
# Timeout for runs to start (avoids runs hanging in STARTING)
startTimeoutSeconds: 300
# Timeout for runs to cancel (avoids runs hanging in CANCELING)
# cancelTimeoutSeconds: 300
# How often to check on in progress runs
pollIntervalSeconds: 120
maxRuntimeSeconds: 10800
This setting does not show in the front end configuration display, however:
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
By submitting this issue, you agree to follow Dagster's Code of Conduct.
The text was updated successfully, but these errors were encountered:
What's the issue?
I'd like to add a max runtime seconds to my helm chart. Referencing the dagster.yaml config described here: https://docs.dagster.io/deployment/run-monitoring#general-run-timeouts, I added the following to my helm chart -
This setting does not show in the front end configuration display, however:
What did you expect to happen?
No response
How to reproduce?
No response
Dagster version
1.9.6
Deployment type
Dagster Helm chart
Deployment details
No response
Additional information
No response
Message from the maintainers
Impacted by this issue? Give it a 👍! We factor engagement into prioritization.
By submitting this issue, you agree to follow Dagster's Code of Conduct.
The text was updated successfully, but these errors were encountered: