Lee-W commented on code in PR #66584:
URL: https://github.com/apache/airflow/pull/66584#discussion_r3266407619


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -1527,6 +1556,9 @@ async def run_trigger(
                 # fine, the cleanup process will understand that, but we want 
to
                 # allow triggers a chance to cleanup, either in that case or if
                 # they exit cleanly. Exception from cleanup methods are 
ignored.
+                if shared_key is not None:
+                    with suppress(Exception):

Review Comment:
   replaced it with try/except and log the error message. thanks!



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