vandanthaker commented on issue #21225: URL: https://github.com/apache/airflow/issues/21225#issuecomment-1101327535
https://github.com/apache/airflow/issues/21225#issuecomment-1035656930 @arkadiusz-bach - how did you fix it? I tried changing queue name from default kubernetes to kubernetesQ like below ``` [celery_kubernetes_executor] kubernetes_queue = kubernetesQ ``` But I still see K8S executor picking up tasks from default queue(celery) which are in queued state ``` [[34m2022-04-18 11:10:05,800[0m] {[34mkubernetes_executor.py:[0m454} INFO[0m - Found 2 queued task instances[0m [[34m2022-04-18 11:10:05,823[0m] {[34mkubernetes_executor.py:[0m491} INFO[0m - TaskInstance: <TaskInstance: dbr_concurrent_trigger_poll.gcorp_ccl.trigger_descision_for_source scheduled__2022-04-18T11:05:00+00:00 [queued]> found in queued state but was not launched, rescheduling[0m ``` Thanks in advance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
