From b162715f828e720ab6c9b85d580fbc3692fc9c43 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Fri, 23 Feb 2018 18:15:07 +0000 Subject: [PATCH] Update Airflow values.yaml The dag will be turned off if 'dags_are_paused_at_creation' is set to "True". This variable should be set be set to "False" so that we can execute the workflow. Change-Id: Ib9f7d20d2181861d31ad8a22c83ba3481de35eef --- charts/shipyard/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index 519b8031..f1c415cc 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -379,7 +379,7 @@ conf: sql_alchemy_reconnect_timeout: 30 parallelism: 32 dag_concurrency: 16 - dags_are_paused_at_creation: "True" + dags_are_paused_at_creation: "False" non_pooled_task_slot_count: 128 max_active_runs_per_dag: 16 load_examples: "False"