Skip to content

Commit 047a533

Browse files
committed
reduce Azure parallel deployments
1 parent e2ee8ac commit 047a533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func ProvisionFunctionsServerlessAzure(config *Configuration, serverlessDirPath
161161
config.SubExperiments[subExperimentIndex].Endpoints = []EndpointInfo{}
162162
}
163163

164-
deploySubExperimentParallelismInBatches(config, serverlessDirPath, randomExperimentTag, subExperimentIndex, 3)
164+
deploySubExperimentParallelismInBatches(config, serverlessDirPath, randomExperimentTag, subExperimentIndex, 1)
165165
}
166166
}
167167

0 commit comments

Comments
 (0)