Skip to content

Commit

Permalink
feat: 超大订阅方案 (closed #2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Nov 29, 2024
1 parent b9565a1 commit 323b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/node_man/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,7 @@ class PipelineTree(models.Model):

def run(self, priority=None):
# 根据流程描述结构创建流程对象
parser = PipelineParser(pipeline_tree=self.tree)
parser = PipelineParser(pipeline_tree=self.tree, cycle_tolerate=True)
pipeline = parser.parse()
if priority is not None:
action_result = task_service.run_pipeline(pipeline, priority=priority)
Expand Down

0 comments on commit 323b540

Please sign in to comment.