Skip to content

Commit

Permalink
Merge pull request apache#4 from ayush-san/zstaging
Browse files Browse the repository at this point in the history
increasing refresh interval
  • Loading branch information
ayush-san committed Jan 22, 2020
2 parents 8867f9b + d15fd53 commit f3844d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions airflow/config_templates/airflow-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ fernet_key = {FERNET_KEY}
donot_pickle = False

# How long before timing out a python file import while filling the DagBag
dagbag_import_timeout = 60
dagbag_import_timeout = 240

# The class to use for running task instances in a subprocess
task_runner = StandardTaskRunner
Expand Down Expand Up @@ -266,7 +266,7 @@ web_server_worker_timeout = 120
worker_refresh_batch_size = 1

# Number of seconds to wait before refreshing a batch of workers.
worker_refresh_interval = 60
worker_refresh_interval = 300

# Secret key used to run your flask app
secret_key = temporary_key
Expand Down
4 changes: 2 additions & 2 deletions airflow/config_templates/airflow-staging.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ fernet_key = {FERNET_KEY}
donot_pickle = False

# How long before timing out a python file import while filling the DagBag
dagbag_import_timeout = 60
dagbag_import_timeout = 240

# The class to use for running task instances in a subprocess
task_runner = StandardTaskRunner
Expand Down Expand Up @@ -266,7 +266,7 @@ web_server_worker_timeout = 120
worker_refresh_batch_size = 1

# Number of seconds to wait before refreshing a batch of workers.
worker_refresh_interval = 60
worker_refresh_interval = 900

# Secret key used to run your flask app
secret_key = temporary_key
Expand Down

0 comments on commit f3844d8

Please sign in to comment.