Skip to content

Commit

Permalink
Update timeout (#57)
Browse files Browse the repository at this point in the history
* Update timeout

* Update dagster.yaml

Co-authored-by: Colton Loftus <[email protected]>

---------

Co-authored-by: Colton Loftus <[email protected]>
  • Loading branch information
webb-ben and C-Loftus authored Dec 9, 2024
1 parent c1abbaf commit b0a34a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ 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_resume_run_attempts: 3 # experimental if above 0

# NOTE: Timeouts can be confusing given the fact that polling only occurs
Expand Down

0 comments on commit b0a34a3

Please sign in to comment.