Browse Source

fix for redis conf

Avik Datta 4 năm trước cách đây
mục cha
commit
94416417fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
     )