Skip to content

Commit

Permalink
feat: 第三方插件节点支持配置最长执行时间 #7442
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Jun 11, 2024
1 parent 986ea68 commit 74164d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipeline_plugins/components/collections/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def execute(self, data, parent_data):
return True

def schedule(self, data, parent_data, callback_data=None):
print("hello")
if callback_data is not None:
data.outputs.callback_data = callback_data
self.finish_schedule()
Expand Down

0 comments on commit 74164d2

Please sign in to comment.