Skip to content

Commit

Permalink
Merge pull request #42 from tulibraries/update-config-for-1.10.14
Browse files Browse the repository at this point in the history
Fix broken configuration.
  • Loading branch information
sensei100 authored Jan 14, 2021
2 parents 3c11fa6 + d0e1a99 commit 7b454c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ airflow_packages:
- name: 'Cython'
version: '0.28.2'
- name: 'apache-airflow'
version: '1.9.0'
version: '1.10.14'
- name: 'pipenv'
airflow_extra_packages:
- name: 'apache-airflow[crypto]'
Expand Down Expand Up @@ -197,14 +197,13 @@ airflow_defaults_config:
scheduler:
job_heartbeat_sec: 5
log_file: "{{ airflow_log_path }}/airflow-scheduler.log"
num_runs: 0
pid: "{{ airflow_pid_path }}/airflow-scheduler.pid"
scheduler_heartbeat_sec: 5
statsd_on: False
statsd_host: 'localhost'
statsd_port: 8125
statsd_prefix: 'airflow'
max_threads: 2
parsing_processes: 2

mesos:
master: 'localhost:5050'
Expand Down

0 comments on commit 7b454c0

Please sign in to comment.