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

   # Overview
   
   This PR aligns the startup behavior of KubernetesPodTriggerer and 
KubernetesPodOperator, ensuring both the synchronous and asynchronous workflows 
use the same code to track pod startup.
   
   It incorporates changes from the preparation PR 
https://github.com/apache/airflow/pull/56700, making this PR easier to review 
once merged. Additionally, PR https://github.com/apache/airflow/pull/56872 is a 
prerequisite, as it grants the triggerer the necessary permissions to access 
pod events.
   
   As this is a significant update, we welcome feedback from the community!
   
   # Details of change:
   
   * Creation of AsyncPodManager.
   * AsyncPodManager utilizes AsynKubernetesHook to interact with the 
KubernetesApi.
   * Both PodManager and AsyncPodManager now share code for accessing pod 
events and tracking pod startup.
   * Pytest suites have been updated accordingly.
   


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