potiuk commented on issue #56635: URL: https://github.com/apache/airflow/issues/56635#issuecomment-3541585677
> > It is possible to deploy the execution_api and public/ui api separately. This will completely remove the issue you have with UI potentially blocking the api server. > > [@pierrejeambrun](https://github.com/pierrejeambrun) Can you expand on this? i.e. Is it something that is possible to configure today or is it just something that is conceptually possible? You can do it any time now - depends how you deploy Airflow - `api-server` is just a component that you can use - if you have several of them exposed under `api-server-for-web.my_url.com` behind log balancer and `api-server-for-tasks.my-url.com` and configure your webserver to talk to the first but your talks talk to the other, this will **just work**. -- 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]
