From 571b826b351471b2e8bfc37799d3301a3febc342 Mon Sep 17 00:00:00 2001 From: liuliaozhong Date: Fri, 5 May 2023 16:42:54 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=88=90=E5=8A=9F=EF=BC=8C=E4=BC=9A=E6=94=B6=E5=88=B0=E4=B8=A4?= =?UTF-8?q?=E6=9D=A1=E4=B8=80=E6=A0=B7=E7=9A=84=E9=82=AE=E4=BB=B6=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=20#6721?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gcloud/taskflow3/signals/handlers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcloud/taskflow3/signals/handlers.py b/gcloud/taskflow3/signals/handlers.py index 1cac70504d..468d6899ab 100644 --- a/gcloud/taskflow3/signals/handlers.py +++ b/gcloud/taskflow3/signals/handlers.py @@ -185,8 +185,6 @@ def bamboo_engine_eri_post_set_state_handler(sender, node_id, to_state, version, except Exception: logger.exception("pipeline_end send error") - _finish_taskflow_and_send_signal(root_id, taskflow_finished, True) - try: _node_timeout_info_update(settings.redis_inst, to_state, node_id, version) except Exception: