Skip to content

Commit

Permalink
Ensure the bit report workers scale in the case of a single report me…
Browse files Browse the repository at this point in the history
…ssage in the bit report queue.
  • Loading branch information
dbernstein committed Aug 23, 2023
1 parent dc986ee commit fc89f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mill/bit-report-worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "aws_cloudwatch_metric_alarm" "bit_report_worker_scale_up_alarm" {
namespace = "AWS/SQS"
period = "300"
statistic = "Average"
threshold = "1"
threshold = "0.5"

dimensions = {
QueueName = aws_sqs_queue.bit_report.name
Expand Down

0 comments on commit fc89f36

Please sign in to comment.