Skip to content

plugin api does not distribute events to all plugins #2367

@arogge

Description

@arogge

If you have multiple plugins loaded in the fd, and start a job that does not use the first plugin, then some events that were supposed to get send to all plugins, may not get sent to the relevant plugins.

The problem is that the first plugin will get the event (like beventlevel), see that the plugin was not initialised, and will return some kind of error, which will stop the loop that sends the event to all plugins.

Metadata

Metadata

Assignees

Labels

bugThis addresses a bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions