Skip to content

Commit

Permalink
[AIRFLOW-XXX] Make parallelism lowercase (apache#5638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Jul 26, 2019
1 parent b0a4e97 commit 827fce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/executors/kubernetes_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def __init__(self):
'env_from_secret_ref')
self.airflow_home = settings.AIRFLOW_HOME
self.dags_folder = configuration.get(self.core_section, 'dags_folder')
self.parallelism = configuration.getint(self.core_section, 'PARALLELISM')
self.parallelism = configuration.getint(self.core_section, 'parallelism')
self.worker_container_repository = configuration.get(
self.kubernetes_section, 'worker_container_repository')
self.worker_container_tag = configuration.get(
Expand Down

0 comments on commit 827fce4

Please sign in to comment.