stavdav143 commented on PR #35677:
URL: https://github.com/apache/airflow/pull/35677#issuecomment-1839594105

   Well this issue has been open for quite some time now. 
   
   The alternative would be to use follow=True. This will stop and hang the 
thread by definition. You'd need a parallel thread to check if the service has 
finished, as this always hangs no matter what the state of the service 
(Running, Started, Waiting, Done) . In the end  you didn't improve much  
because instead of polling the docker API you now poll the airflow API. And you 
have to introduce additional code with parallelism which in Python isn't great 
to my knowledge. 


-- 
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]

Reply via email to