Add backup servers - #3311
Conversation
Co-authored-by: achtadef <10881213+achtadef@users.noreply.github.com> Co-authored-by: Daniel Machill <141118462+danielmachill@users.noreply.github.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3311 +/- ##
==============================================
- Coverage 97.10% 74.69% -22.41%
==============================================
Files 483 196 -287
Lines 16656 9873 -6783
Branches 2408 2422 +14
==============================================
- Hits 16174 7375 -8799
- Misses 482 2498 +2016 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Fixes #2095
Type
Checklist
Changes
Other information
By default the scheduler picks the server with the lowest usage from a server pool.
If no server in that pool is available, the meeting cannot be started.
This PRs add another fallback, if no server is available, the scheduler picks the server with the lowest usage from the list of backup-servers defined per server pool.