-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
Broccoli is missing a way to teardown/destroy/release broccoli pipelines and plugins.
Some plugins may have resources that must be cleaned up when the pipeline that plugin belongs too is shutdown. Many existing solutions simply cleanup naturally due to GC, but there exist advanced concepts which cannot be modeled in such a way, and those same concepts should not be constrained to broccoli core itself, but should be possible to accomplish from a plugin.
Metadata
Metadata
Assignees
Labels
No labels