x42005e1f commented on issue #50185: URL: https://github.com/apache/airflow/issues/50185#issuecomment-2967340252
> * The code that pulls off of the requests Q and writes to requests/reads from stdin is 100% async code However, I read it again and realized that this is an attempt to delegate work to asynchronous code from synchronous code. No, it will not work that way because, again, the synchronous code will not be able to interrupt its execution to resume execution of asynchronous code. It will only work if they are different threads. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org