Skip to content

Start plugins asynchronously

akwizgran requested to merge start-plugins-async into master

This prevents other services from getting stuck behind the plugin manager while the Tor plugin is starting, which takes several seconds. The plugin manager waits for each plugin to start before stopping it.

I've also added some canaries to plugins and services to ensure instances aren't started more than once.

Merge request reports