Skip to content

Commit 6c32b68

Browse files
himani2411Himani Deshpande
andauthored
Reduce the MaxQueueSize and ScalingTarget to get successful scaling result (#6550)
Co-authored-by: Himani Deshpande <himanidp@amazon.com>
1 parent 5556bad commit 6c32b68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MaxMonitoringTimeInMins: 20
2-
ScalingTargets: [1000, 2000, 3000, 4000]
2+
ScalingTargets: [500, 1000, 1500, 2000]
33
HeadNodeInstanceType: 'c5n.18xlarge'

tests/integration-tests/tests/performance_tests/test_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from tests.common.assertions import assert_no_msg_in_logs
1414
from tests.common.scaling_common import get_bootstrap_errors, get_scaling_metrics, validate_and_get_scaling_test_config
1515

16-
MAX_QUEUE_SIZE = 50000
16+
MAX_QUEUE_SIZE = 30000
1717

1818

1919
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)