Tags: uber/kraken
Tags
feat: Metrics for writeback queue (#520) * feat: Metrics for writeback queue * Update lib/persistedretry/manager.go Co-authored-by: Copilot <[email protected]> * Report metric interval * Remove 0 checks * Update --------- Co-authored-by: Copilot <[email protected]>
Put images in log lines in build-index (#454) * Put images in log lines in build-index * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Remove unneccessary fields * Remove unneccessary fields * Update build-index/tagstore/store.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagstore/store.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagstore/store.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagstore/store.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagstore/store.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> * Update build-index/tagserver/server.go Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
feat(lib/backend): add functionality to close clients (#451) * feat(lib/backend): add functionality to close clients What? This PR aims to add functionality to close the clients and it's resources in case the resources have closers. Why? There are use cases in for gcsbacknd using `storage.transfermanager` to close the single downloader it creates. If we don't close it, there's a possibility of leaking resources. How? Add `Close` to client interface and implement the method for each client.\ Then `backend.Manager` will use them to expose a `Close()` method that can be used by build-index and origin to close them. * add close methods to tests for proper cleanups * resolved comments
PreviousNext