diff --git a/dagster.yaml b/dagster.yaml index b8f4c851..9d1c359c 100644 --- a/dagster.yaml +++ b/dagster.yaml @@ -9,8 +9,9 @@ run_monitoring: enabled: true # values below are the defaults, and don't need to be specified except to override them # start_timeout_seconds: 180 + # cancel_timeout_seconds: 180 # Reasonable approximation for the max amount of time it would take to crawl a sitemap of the max possible size - cancel_timeout_seconds: 1800 + max_runtime_seconds: 7200 # max_resume_run_attempts: 3 # experimental if above 0 # NOTE: Timeouts can be confusing given the fact that polling only occurs