You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "mobuchowski (via GitHub)" <gi...@apache.org> on 2023/07/31 22:27:57 UTC

[GitHub] [airflow] mobuchowski opened a new pull request, #32988: listener: move success hook to after SQLAlchemy commit

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

   Similarly to https://github.com/apache/airflow/pull/32716 - slightly change the place of where `on_task_instance_success` listener is called. 
   
   This currently takes place between when SQLAlchemy session is merged, and when it's committed. 
   It's more safe to call it after the SQLAlchemy transaction has been committed. 


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] ephraimbuddy merged pull request #32988: listener: move success hook to after SQLAlchemy commit

Posted by "ephraimbuddy (via GitHub)" <gi...@apache.org>.
ephraimbuddy merged PR #32988:
URL: https://github.com/apache/airflow/pull/32988


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org