subkanthi edited a comment on pull request #19729:
URL: https://github.com/apache/airflow/pull/19729#issuecomment-980215844


   > Airflow 2.3.0
   
   
   
   > I think it woudl be good to continue with it "as is" without the explicit 
spelling out the executors but using queue - but then it could be separate PR 
where we could introduce the other cases.
   > 
   > I think we will find out that it might be quite an effort to complete the 
latter, and this one has much higher chance to be merged and available earlier.
   
   Thanks @potiuk I understand the queue part, so if queue is "local" then the 
localExecutor would be used and if its "kubernetes" , then the 
kubernetesExecutor, but clarifying this part
    **I think it woudl be good to continue with it "as is" without the explicit 
spelling out the executors**
   Question is what executor will be defined in the configuration, 
MultipleExecutor? 
   
   Would config look like this
   executor=MutipleExecutor
   
   [multiple_executor]
   local_queue=local
   kubernetes_queue=kubernetes
   
   
   Also the question is where will the defaults be executed, if the queue is 
not provided, is default always CeleryExecutor?


-- 
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]


Reply via email to