File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ fernet_key = {FERNET_KEY}
155155donot_pickle = False
156156
157157# How long before timing out a python file import while filling the DagBag
158- dagbag_import_timeout = 30
158+ dagbag_import_timeout = 60
159159
160160# The class to use for running task instances in a subprocess
161161task_runner = StandardTaskRunner
@@ -266,7 +266,7 @@ web_server_worker_timeout = 120
266266worker_refresh_batch_size = 1
267267
268268# Number of seconds to wait before refreshing a batch of workers.
269- worker_refresh_interval = 30
269+ worker_refresh_interval = 60
270270
271271# Secret key used to run your flask app
272272secret_key = temporary_key
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ fernet_key = {FERNET_KEY}
155155donot_pickle = False
156156
157157# How long before timing out a python file import while filling the DagBag
158- dagbag_import_timeout = 30
158+ dagbag_import_timeout = 60
159159
160160# The class to use for running task instances in a subprocess
161161task_runner = StandardTaskRunner
@@ -266,7 +266,7 @@ web_server_worker_timeout = 120
266266worker_refresh_batch_size = 1
267267
268268# Number of seconds to wait before refreshing a batch of workers.
269- worker_refresh_interval = 30
269+ worker_refresh_interval = 60
270270
271271# Secret key used to run your flask app
272272secret_key = temporary_key
@@ -316,7 +316,7 @@ demo_mode = False
316316
317317# The amount of time (in secs) webserver will wait for initial handshake
318318# while fetching logs from other worker machine
319- log_fetch_timeout_sec = 5
319+ log_fetch_timeout_sec = 15
320320
321321# By default, the webserver shows paused DAGs. Flip this to hide paused
322322# DAGs by default
You can’t perform that action at this time.
0 commit comments