-
Notifications
You must be signed in to change notification settings - Fork 44
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
osrdyne: support keda autoscaling for k8s driver #8741
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #8741 +/- ##
============================================
+ Coverage 38.58% 38.99% +0.40%
Complexity 2244 2244
============================================
Files 1285 1289 +4
Lines 97813 97295 -518
Branches 3255 3277 +22
============================================
+ Hits 37742 37939 +197
+ Misses 58141 57419 -722
- Partials 1930 1937 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5b7900e
to
b16a0e6
Compare
6c442b7
to
6deb3db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for core
Not tested, but I trust you on this
5f771d6
to
25366e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't wait to test this !!
25366e9
to
de65af0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Only minor comments.
de65af0
to
a331efb
Compare
Signed-off-by: ElysaSrc <101974839+ElysaSrc@users.noreply.github.com>
This is useful when using keda or other autoscalers, as they won't support assigning WORKER_IDs. Signed-off-by: Younes Khoudli <younes.khoudli@epita.fr>
a331efb
to
633007c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The amount of inline hasmap/btreemap construction we are starting to do makes me wonder if we should use maplit
Will do in another PR later in time |
Closes #8408