Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instancestorage: ensure that the cache goroutine shuts down gracefully
`(*stop.Stopper).AddCloser` registers a closer to be called after all async tasks have exited. The cache was running, waiting to be closed. We instead need to hook up its context to exit when the stopper is quiescing. Epic: none Release note: None
- Loading branch information