Giuzzilla commented on issue #56635:
URL: https://github.com/apache/airflow/issues/56635#issuecomment-3547084383

   > > `airflow api-server` has an `--apps` option (or similar can't recall 
from the top of my head), those are `all` `execution_api` `core` etc... that 
will allow you to chose what you want to run. So you can have the core apis 
runing on a server and the execution api running on another server.
   > 
   > Yes, we are able to scale the Core API and Execution API independently 
with `--apps` flag:
   > 
   > 
https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/web-stack.html#separating-api-servers
   
   Are there meaningful performance gains compared to simply using the default 
`--apps` (all) on two API servers and:
   - `execution_api_server_url` pointed to the api reserved for execution
   - Web/HTTP(s) server pointed to the api reserved for web access?
   
   


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