dicoogle
dicoogle copied to clipboard
[core] Add kill switch for dead plugin sets
This implements a safety measure against misconfigured or malfunctioning plugins. If the JVM property dicoogle.deadPluginKillSwitch is set to true (case insensitive), any dead plugin will kill the Dicoogle process, thus requiring devops to investigate and fix the issues reported in the logs.
may be we can set as default behavior ?
may be we can set as default behavior ?
Can be done. I am just not sure how disruptive this change might be, since it could break an existing installation because of a plugin that we might not even care about. I say we test internally and draw our own conclusions.