jason810496 commented on issue #60144: URL: https://github.com/apache/airflow/issues/60144#issuecomment-3752649632
> @jason810496 can you take a look on this one and verify if https://github.com/apache/airflow/pull/52581 caused regression? Yes, this is caused by refactoring serve_log to FastAPI in order to remove the Flask dependency in core. I agree with Jarek, we need the Gevent library to support FastAPI as noted above and in the discussion (https://github.com/fastapi/fastapi/discussions/6395). We could use `patch_all(queue=False, thread=False)` as a temporary workaround, but from my perspective it’s better to wait for the Gevent library to fix the issue and then bump the version. -- 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]
