[CI] Run two pipeline loaders for responsiveness (#9294)

This commit is contained in:
Philip Hyunsu Cho 2023-06-12 09:52:40 -07:00 committed by GitHub
parent aad1313154
commit c2f0486d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,8 +80,8 @@ STACK_PARAMS = {
"InstanceOperatingSystem": "linux",
"InstanceType": "t3a.micro",
"AgentsPerInstance": "1",
"MinSize": "1",
"MaxSize": "1",
"MinSize": "2",
"MaxSize": "2",
"OnDemandPercentage": "100",
"ScaleOutFactor": "1.0",
"ScaleInIdlePeriod": "60", # in seconds