arkadiusz-bach commented on pull request #19729: URL: https://github.com/apache/airflow/pull/19729#issuecomment-1043030837
You will probably have the same issue as the one that I described here: https://github.com/apache/airflow/issues/21225#issuecomment-1035656930 It is causing a lot of pain on CeleryKubernetesExecutor, when for example tasks are waiting for celery to autoscale, because KubernetesExecutor is restarting all of the tasks that are in queued state to scheduled, not only those that has kubernetes qeueue assigned. -- 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]
