mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
transform_plugin: stop plugin when grafana stops (#20397)
fixes https://github.com/grafana/gel-app/issues/49 until #20362
This commit is contained in:
parent
860411cb4d
commit
da1df02813
@ -149,6 +149,10 @@ func (pm *PluginManager) Run(ctx context.Context) error {
|
||||
p.Kill()
|
||||
}
|
||||
|
||||
if Transform != nil {
|
||||
Transform.Kill()
|
||||
}
|
||||
|
||||
return ctx.Err()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user