-
Notifications
You must be signed in to change notification settings - Fork 4
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
More plugins and policy ideas #35
Comments
Async pluginAn async plugin refers to a plugin that cannot respond instantly to the request "must the attempt be revaulted", it may require to gather information from external services or approval from human user. using the plugin process call (PUSH)The plugin has an internal routine that is running and reading its internal state/store.
Using an API exposed permanently by
|
I see how this may be useful to not block for the response to Is there any advantage to a mixed approach (similar to C-lightning plugins) where we both have hooks and expose an RPC interface? I don't think so for us. Is there any drawback to have the plugins processes not be managed by the WT? In any case that'd be a very large refactoring. I don't think we should do that soon, but at least we know the interface should be changed to support "remote manual Cancel" and maybe other things that would not be reasonable to be blocking on. |
A new approach based on "hooked" plugin flow. When
I think it will give the advantage of:
|
No description provided.
The text was updated successfully, but these errors were encountered: