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

[CAL-3869] Round Robin Weights #15340

Open
CarinaWolli opened this issue Jun 5, 2024 · 0 comments · May be fixed by #15558
Open

[CAL-3869] Round Robin Weights #15340

CarinaWolli opened this issue Jun 5, 2024 · 0 comments · May be fixed by #15558
Assignees
Labels
✨ feature New feature or request High priority Created by Linear-GitHub Sync teams area: teams, round robin, collective, managed event-types
Milestone

Comments

@CarinaWolli
Copy link
Member

Currently, our round-robin algorithm chooses the host with the highest priority that is available at that time. If hosts have the same priority the least recently booked host is picked.

In addition to priorities, we also want weights that are percentages of bookings a host should be assigned to. By default, the weight for every RR host is 100% and the goal is that all hosts have the same amount of bookings assigned.

Our RR algorithm should first consider weights, then priorities and then least recently booked.

From SyncLinear.com | CAL-3869

@CarinaWolli CarinaWolli self-assigned this Jun 5, 2024
@CarinaWolli CarinaWolli added High priority Created by Linear-GitHub Sync teams area: teams, round robin, collective, managed event-types labels Jun 5, 2024
@dosubot dosubot bot added the ✨ feature New feature or request label Jun 5, 2024
@keithwillcode keithwillcode added this to the v4.2 milestone Jun 7, 2024
@keithwillcode keithwillcode modified the milestones: v4.2, v4.3 Jun 17, 2024
@CarinaWolli CarinaWolli linked a pull request Jun 25, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request High priority Created by Linear-GitHub Sync teams area: teams, round robin, collective, managed event-types
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants