-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Report
Hi,
We believe a regression was introduced in v2.17.0, likely in the following commit:
5c58849
This seems to have broken support for queueURLFromEnv
, resulting in the following error:
KEDAScalerFailed
- (combined from similar events): operation error SQS: GetQueueAttributes, https response error StatusCode: 400, RequestID: a (..), AWS.SimpleQueueService.NonExistentQueue: The specified queue does not exist.
As a workaround, switching to queueUrl
works as expected.
Expected Behavior
Setting queue url inside queueURLFromEnv
works
Actual Behavior
Setting queue url via queueURLFromEnv
- results in ScaledJob error:
KEDAScalerFailed
- (combined from similar events): operation error SQS: GetQueueAttributes, https response error StatusCode: 400, RequestID: a (..), AWS.SimpleQueueService.NonExistentQueue: The specified queue does not exist.
Steps to Reproduce the Problem
- Create a
ScaledJob
withaws-sqs-queue
trigger withqueueURLFromEnv
.
Logs from KEDA operator
No response
KEDA Version
2.17.0
Kubernetes Version
None
Platform
Amazon Web Services
Scaler Details
AWS SQS Queue
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status