ashb commented on PR #68377: URL: https://github.com/apache/airflow/pull/68377#issuecomment-4679835315
`[other coroutine] send() → tries _thread_lock.acquire()` That should never be allowed to happen. We need to detect why sync send is being run on the async loop and trampoline back to the async version instead. -- 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]
