Skip to content

multiple instances failures #39

@stecca21

Description

@stecca21

Although I can create multiple instances only the settings of the first instance are actually reviewed.

I have 2 different instances set up. Both use filtering. Instance 2 has a different filter and points to a different channel than instance 1.

Instance,channel,filter
1,1,1
2,2,2

If instance 1 is the only instance enabled anything that satisfies the filter in 1 results in two slack notifications to channel 1.
If instances 1 and 2 are enabled anything that satisfies the filter in 1 results in two slack notifications to channel 1.
If instance 2 is the only instance enabled anything that satisfies the filter in 2 does not result in a slack notification being sent.

I have confirmed that my filter in instance 2 is not the issue by testing it in instance 1 of the plugin.
I have confirmed that my slack endpoint in instance 2 is not the issue by testing it in instance 1 of the plugin.

Looking at the code the bootstrap() function is always going to return the first active plugin instance because it's passing a null value to getPluginInstance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions