You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruanwenjun
changed the title
[Improvement][TaskPlugin] Add Lifecycle method to TaskPlugin
[DSIP-23][TaskPlugin] Add Lifecycle method to TaskPlugin
Oct 23, 2023
Search before asking
Description
Right now, we have define some methods at the Task plugin, e.g. init, handle, cancel.
There are no close methods, so it's not convenient if we need to close some resource after the task plugin executes.
So it's needed to add Lifecycle interface to do this.
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: