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

   In https://github.com/apache/airflow/pull/27113 we expanded listener API 
with lifecycle methods - `on_starting` and `before_finish`. Those allow plugin 
authors set up and teardown their plugin if needed.  
   
   This PR adds the lifecycle method to `StandardTaskRunner`, as listener 
methods are called in this process: `on_task_instance_success` and 
`on_task_instance_failure`, so it would be useful to set up plugin process 
properly in this context too. 
   
   Signed-off-by: Maciej Obuchowski <[email protected]>
   


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