Explorar o código

fix for redis conf

Avik Datta %!s(int64=4) %!d(string=hai) anos
pai
achega
94416417fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dags/dag1_calculate_hpc_worker.py

+ 1 - 1
dags/dag1_calculate_hpc_worker.py

@@ -59,7 +59,7 @@ with dag:
       task_id='fetch_queue_list_from_redis',
       dag=dag,
       python_callable=airflow_utils_for_redis,
-      op_kwargs={"redis_conf_file":Variable.get('redis_conf_file')},
+      op_kwargs={"redis_conf_file":Variable.get('redis_conn_file')},
       queue='igf-lims'
     )