mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:22:25 +08: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:
@ -149,6 +149,10 @@ func (pm *PluginManager) Run(ctx context.Context) error {
|
||||
p.Kill()
|
||||
}
|
||||
|
||||
if Transform != nil {
|
||||
Transform.Kill()
|
||||
}
|
||||
|
||||
return ctx.Err()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user