-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: Allow scaling using redis stream length (#4277) #4390
Conversation
07f7ba3
to
ef6d073
Compare
Signed-off-by: jmadajczak <[email protected]>
ef6d073
to
b41fbf2
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.
The code looks good! Thanks for the improvement ❤️
I'll review the e2e tests once the PR in test-tools is merged 😄
Signed-off-by: jmadajczak <[email protected]>
51acdb0
to
436f93b
Compare
Signed-off-by: jmadajczak <[email protected]>
436f93b
to
3d2d358
Compare
/run-e2e redis* |
Signed-off-by: jmadajczak <[email protected]>
Co-authored-by: Jorge Turrado Ferrero <[email protected]> Signed-off-by: jkbmdk <[email protected]>
Hey @JorTurFer , is there anything else I can do to help introduce that feature? |
/run-e2e redis* |
I think that only the conflict is changelog is left here |
Signed-off-by: Jakub Madajczak <[email protected]>
/run-e2e redis* |
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! Thanks for the effort!
Make the redis stream scaler optionally dependent on the XLEN parameter
Checklist
Relates to #4277
Relates to kedacore/test-tools#117
Relates to kedacore/keda-docs#1094