seanghaeli commented on PR #53454: URL: https://github.com/apache/airflow/pull/53454#issuecomment-3160180899
I agree with @kien-truong, aiobotocore won't allow sharing clients. Each client is attached to a single asyncio loop which in turn tied to a specific thread. Sharing multiple asyncio loops between one client is not cross-thread safe. -- 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]
