Skip to content

Commit

Permalink
bugfix: 任务执行成功,会收到两条一样的邮件通知 #6721
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliaozhong authored and normal-wls committed Jun 17, 2024
1 parent 165b76b commit c3e10ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcloud/taskflow3/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,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:
Expand Down

0 comments on commit c3e10ef

Please sign in to comment.