From d9108353ce15f8a6fb18dd1e735e4169377e0489 Mon Sep 17 00:00:00 2001 From: Benjamin Webb <40066515+webb-ben@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:27:50 -0500 Subject: [PATCH] Update dagster.yaml --- dagster.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dagster.yaml b/dagster.yaml index 9d1c359c..cac7bcfc 100644 --- a/dagster.yaml +++ b/dagster.yaml @@ -10,8 +10,8 @@ run_monitoring: # 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 - max_runtime_seconds: 7200 + # Reasonable approximation for the max amount of time it would take to crawl a sitemap of the max possible size (4 hours) + max_runtime_seconds: 14400 # max_resume_run_attempts: 3 # experimental if above 0 # NOTE: Timeouts can be confusing given the fact that polling only occurs