mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:42:37 +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()
|
p.Kill()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if Transform != nil {
|
||||||
|
Transform.Kill()
|
||||||
|
}
|
||||||
|
|
||||||
return ctx.Err()
|
return ctx.Err()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user