Skip to content

Commit 71b0016

Browse files
authored
Merge pull request #2 from ayush-san/zstaging
Zstaging
2 parents e97b444 + 80f6fbb commit 71b0016

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

airflow/config_templates/airflow-prod.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fernet_key = {FERNET_KEY}
155155
donot_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
161161
task_runner = StandardTaskRunner
@@ -266,7 +266,7 @@ web_server_worker_timeout = 120
266266
worker_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
272272
secret_key = temporary_key

airflow/config_templates/airflow-staging.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fernet_key = {FERNET_KEY}
155155
donot_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
161161
task_runner = StandardTaskRunner
@@ -266,7 +266,7 @@ web_server_worker_timeout = 120
266266
worker_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
272272
secret_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

0 commit comments

Comments
 (0)