rawwar opened a new pull request, #56800: URL: https://github.com/apache/airflow/pull/56800
As of now, in dev mode, we run fastapi app in a subprocess. This does not allow us to continue debugging the api-server in IDE. Subprocess here felt unnecessary as the sole purpose of the `airflow api-server` is to run the fastapi app. Instead, we can directly run with uvicorn. -- 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]
