pierrejeambrun opened a new pull request, #41896:
URL: https://github.com/apache/airflow/pull/41896

   Add the `airflow ui-api` command. Include it in `airflow standalone` and 
also in breeze to have that at the startup.
   
   Everything is working locally port binding form host to docker api port, 
standalone command, airflow ui-api command.
   
   > Note: We use gunicorn special uvicorn worker to run the FastAPI app in 
production. This is what is recommended by the uvicorn project itself doc 
[here](https://www.uvicorn.org/deployment/#deployment)
   
   ![Screenshot 2024-08-28 at 17 25 
15](https://github.com/user-attachments/assets/40a5ead8-9f9b-4edc-ae90-ef7d6972a5b9)
   
   I just have one thing I need to investigate which is that there are some 
errors on the `TTIN` `TTOUT` signals of the gunicorn server. That does not 
appear when I run the gunicorn server manually, that seems to come from our 
`GunicornMonitor`. I need to dive deeper into the `GunicornMonitor` loop to see 
if this is 'expected or not', probably not.
   
   
   


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