pierrejeambrun opened a new pull request, #44149: URL: https://github.com/apache/airflow/pull/44149
We actually need that in **tests** but also **outside of tests.** (breeze, standalone). I didn't know that but FastAPI can use multiple thread to handle the same requests. (Some part are processed by one thread, some other by another thread, for instance for dependency resolutions) More information in FastAPI documentation: https://fastapi.tiangolo.com/tutorial/sql-databases/#create-an-engine -- 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]
