Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Add garbage collector mechanism for unneeded resources #26

Closed
telpirion opened this issue Dec 17, 2020 · 1 comment · Fixed by #34
Closed

Add garbage collector mechanism for unneeded resources #26

telpirion opened this issue Dec 17, 2020 · 1 comment · Fixed by #34
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@telpirion
Copy link
Contributor

Need to create a function, tool, or process that cleans up unneeded datasets, models, endpoints, training pipelines, batch predictions, model evaluations, etc.

When we run tests, sometimes the tests fail in a way that the after hooks aren't called. We need to ensure that all resources are destroyed when they aren't needed.

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Dec 18, 2020
@lucaswadedavis lucaswadedavis self-assigned this Dec 21, 2020
@bcoe bcoe added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Dec 21, 2020
@bcoe
Copy link
Contributor

bcoe commented Dec 21, 2020

Labeled this as a bug, as I consider leaking resources when tests fail a major issue (and I'd like this work to be captured by our SLOs).

@yoshi-automation yoshi-automation removed the triage me I really want to be triaged. label Dec 22, 2020
@telpirion telpirion self-assigned this Jan 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants