Skip to content

Support overlapping buckets in the power manager #1147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
shsms opened this issue Jan 16, 2025 · 0 comments
Open

Support overlapping buckets in the power manager #1147

shsms opened this issue Jan 16, 2025 · 0 comments
Labels
part:❓ We need to figure out which part is affected priority:❓ We need to figure out how soon this should be addressed type:enhancement New feature or enhancement visitble to users
Milestone

Comments

@shsms
Copy link
Contributor

shsms commented Jan 16, 2025

What's needed?

Currently, when there are simultaneous requests for not matching but overlapping sets of components, we'll get an error. This should change.

Proposed solution

When there are ovelapping component ids in 2 requests, they need to be broken down in to 3 separate buckets, one with the common components and one with the unique component ids for each request, and target powers should be calculated for each of them separately.

Use cases

No response

Alternatives and workarounds

No response

Additional context

No response

@shsms shsms added part:❓ We need to figure out which part is affected priority:❓ We need to figure out how soon this should be addressed type:enhancement New feature or enhancement visitble to users labels Jan 16, 2025
@llucax llucax added this to the Untriaged milestone May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:❓ We need to figure out which part is affected priority:❓ We need to figure out how soon this should be addressed type:enhancement New feature or enhancement visitble to users
Projects
Status: To do
Development

No branches or pull requests

2 participants