Skip to content

Commit

Permalink
New commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alrod committed Jun 19, 2024
1 parent d89d719 commit fa47b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ internal TargetScalerResult GetScaleResultInternal(TargetScalerContext context,

if (concurrency < 0)
{
throw new ArgumentOutOfRangeException($"Concurrency value='{concurrency}' used for target based scale must be > 0");
throw new ArgumentOutOfRangeException($"Concurrency value='{concurrency}' used for target based scale must be > 0.");
}

int targetWorkerCount = (int)Math.Ceiling(queueLength / (decimal)concurrency);
Expand Down

0 comments on commit fa47b45

Please sign in to comment.