CI pipeline: insights: codeinsights-db container ideally would be shut down after tests finish
Created by: slimsag
TimescaleDB must be started in the background for code insights Go tests to run. This happens here:
But we don't shut it down after, so it continus to run on our buildkite agents. As far as I know, this isn't a leak (it's not started multiple times or anything) but does mean other tests have less resources to work with.
Ideally, we shut it down once the go tests finish.