-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add node event hook #214 #217
Conversation
Signed-off-by: benero <[email protected]>
…ature_node_event_hook
Signed-off-by: benero <[email protected]>
…ature_node_event_hook
Signed-off-by: benero <[email protected]>
…ature_node_event_hook
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #217 +/- ##
===========================================
+ Coverage 89.22% 89.28% +0.05%
===========================================
Files 61 61
Lines 3491 3509 +18
===========================================
+ Hits 3115 3133 +18
Misses 376 376
Continue to review full report in Codecov by Sentry.
|
@@ -598,6 +598,15 @@ class TaskMixin: | |||
引擎任务派发相关接口 | |||
""" | |||
|
|||
def pre_execute(self, root_pipeline_id: str, node_id: str): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要更新下 api version
Signed-off-by: benero <[email protected]>
Signed-off-by: benero <[email protected]>
No description provided.