-
-
Notifications
You must be signed in to change notification settings - Fork 757
check if a Plugin is present #9106
Copy link
Copy link
Open
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.help wanted
Metadata
Metadata
Assignees
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work bettergood first issueClearly described and easy to accomplish. Good for beginners to the project.Clearly described and easy to accomplish. Good for beginners to the project.help wanted
We have
register_pluginandunregister_*_pluginI would like a function to check if a plugin is registered.
I guess technically this is a bit race conditiony,
but it would be useful.
For example, I have a worker plugin that configures our systems logging.
before running a job i want to check if a client passed to me has had it configured and if not throw an error before i call
client.submit