dstandish opened a new pull request #17433:
URL: https://github.com/apache/airflow/pull/17433


   CeleryKubernetesExecutor lets us use both celery and kubernetes executors.
   
   KEDA lets us scale down to zero when there are no celery tasks running.
   
   The existing KEDA query doesn't look at task `queue` so it wil scale up to 1 
if there is 
   1 k8s task and 0 celery tasks.
   
   We can prevent this from happening by ignoring the kubernetes queue in the 
KEDA query.
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to