Improve ICMS data access and deployment-status APIs
Open
@dmikhaylovnv is already working on this.
Since Jul 15, 2026.
roadmap
- Dominant language
- Go
- Stars
- 218
- Forks
- 72
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 427
Description
Description
Improve ICMS data access and management APIs by consolidating redundant cluster data, removing unused and rigid data models, adding aggregate deployment status, and reducing repeated database reads in processing loops.
Definition of Done
- Redundant cluster data is consolidated while preserving lookup by account and cluster name.
- Unused cluster data structures and obsolete versioned GPU records are removed or replaced.
- Management tasks can retrieve aggregate deployment status without loading instance-level details.
- Identified scheduled jobs, cleanup paths, and request-processing loops no longer issue a database read for every item.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.