Skip to content
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

Avoid orphan plugin processes when running short batch queries #3514

Closed
kaidaguerre opened this issue Jun 1, 2023 · 0 comments
Closed

Avoid orphan plugin processes when running short batch queries #3514

kaidaguerre opened this issue Jun 1, 2023 · 0 comments

Comments

@kaidaguerre
Copy link
Contributor

If there are dynamic plugins (or connections requiring updating), refresh connections will start the plugin, however due to the async execution the plugin may not be fully created and stored in map before the plugin manager is shut down

Avoid this by adding locking round the shutdown and plugin startup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant