Skip to content

Commit

Permalink
Adding scaler in the scale handler list.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleresca committed Feb 19, 2022
1 parent a403f4b commit 39c1541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scaling/scale_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ func buildScaler(ctx context.Context, client client.Client, triggerType string,
return scalers.NewAwsKinesisStreamScaler(config)
case "aws-sqs-queue":
return scalers.NewAwsSqsQueueScaler(config)
case "aws-dynamodb":
return scalers.NewAwsDynamoDBScaler(config)
case "azure-app-insights":
return scalers.NewAzureAppInsightsScaler(config)
case "azure-blob":
Expand Down

0 comments on commit 39c1541

Please sign in to comment.