Skip to content
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

Investigate How to Calculate Priority by Datacenters and Nodes #679

Open
3 tasks
VictorCavichioli opened this issue Jun 17, 2024 · 0 comments
Open
3 tasks
Labels
enhancement New feature or request PoC/Agent Tasks related to new generation of ecchronos as an agent

Comments

@VictorCavichioli
Copy link
Contributor

Story Description:
In the current implementation ecchronos calculate priority by nodes, to understand how it works it is described in the architecture documentation, the idea is to create a similar structure to reuse the current priority and determine the datacenter priority; the process would be:

  1. Determine the priority of each node;
  2. Create Nodes Queue (Optional for the definition of priority);
  3. Calculate the absolute DC priority (SUM of each node priority/number of nodes in the datacenter).

Acceptance Criteria:

  • Code designed as described;
  • Unit and integration tests done;
  • Documentation updated.

Definition of Done:

Code designed as proposed, test cases passing and approved by maintainers.

Notes:

Related to #677 and #652

@VictorCavichioli VictorCavichioli added enhancement New feature or request PoC/Agent Tasks related to new generation of ecchronos as an agent labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PoC/Agent Tasks related to new generation of ecchronos as an agent
Projects
None yet
Development

No branches or pull requests

1 participant