Explorar el Código

added missing queue

Avik Datta hace 3 años
padre
commit
04d3be0449
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dags/dag1_calculate_hpc_worker.py

+ 1 - 0
dags/dag1_calculate_hpc_worker.py

@@ -139,6 +139,7 @@ with dag:
     PythonOperator(
       task_id='fetch_celery_workers',
       dag=dag,
+      queue='igf-lims',
       python_callable=fetch_celery_worker_list,
       params={'celery_worker_key':'celery_workers'}
     )