-
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(aws-sqs): Support for scaling to include delayed messages #4900
Conversation
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
While you are waiting, make sure to:
Learn more about: |
a4a444c
to
a44e980
Compare
a44e980
to
a15a9b0
Compare
…ore#4377) Signed-off-by: Chris Taylor <chris@cronofy.com>
a15a9b0
to
9257800
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! ❤️
/run-e2e aws |
…ore#4900) Signed-off-by: Yoon Park <yoongon.park@gmail.com>
This pull request introduces an option to include delayed messages when calculating the message count with the AWS SQS scaler.
Checklist
Fixes #4377
Relates to and supersedes #4383
Documentation kedacore/keda-docs#1213