소스 검색

fix for redis conf

Avik Datta 4 년 전
부모
커밋
94416417fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
     )