dstandish opened a new pull request, #36228:
URL: https://github.com/apache/airflow/pull/36228

   Method `write_logs` was using pod manager method `read_pod_logs` which has 
some rather complicated logic that it doesn't need, because it does not 
"follow" the logs and because by the time we come out of deferral, the pod is 
already done.
   
   By reducing usage of `read_pod_logs`, it makes it easier to hopefully 
refactor and simplify some of our KPO log fetching logic.
   
   I also make the metheod explicitly private which it should have been anyway.


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

Reply via email to