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

🛠️ #45: Added WRR routing strategy #75

Merged
merged 5 commits into from
Jan 14, 2024

Conversation

roma-glushko
Copy link
Member

@roma-glushko roma-glushko commented Jan 14, 2024

Added weighted round robin routing strategy.

Copy link

codecov bot commented Jan 14, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (6aec59f) 71.74% compared to head (a383f8b) 66.09%.

❗ Current head a383f8b differs from pull request most recent head ac31563. Consider uploading reports for the commit ac31563 to get more accurate results

Files Patch % Lines
pkg/routers/config.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #75      +/-   ##
===========================================
- Coverage    71.74%   66.09%   -5.66%     
===========================================
  Files           30       28       -2     
  Lines         1313     1215      -98     
===========================================
- Hits           942      803     -139     
- Misses         317      367      +50     
+ Partials        54       45       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roma-glushko roma-glushko linked an issue Jan 14, 2024 that may be closed by this pull request
@roma-glushko roma-glushko changed the title #45: Added WRR routing strategy 🛠️ #45: Added WRR routing strategy Jan 14, 2024
# Conflicts:
#	docs/docs.go
#	docs/swagger.json
#	docs/swagger.yaml
#	pkg/providers/config.go
#	pkg/providers/provider.go
#	pkg/providers/testing.go
#	pkg/routers/config.go
#	pkg/routers/router_test.go
#	pkg/routers/routing/priority_test.go
#	pkg/routers/routing/round_robin_test.go
@roma-glushko roma-glushko merged commit 5c233f6 into develop Jan 14, 2024
6 checks passed
@roma-glushko roma-glushko deleted the 45-weighted-round-robin-routing branch January 14, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement weighted round robin load balancing
2 participants