monsoon-load-testing / monsoon

Monsoon is an open-source, serverless framework for running browser-based load tests in the cloud.
9 stars 2 forks source link

Start up containers without service #79

Closed minhphanhvu closed 3 years ago

minhphanhvu commented 3 years ago

Metronome will loop through and delete the service after the testDuration.

StartingLambda needs to spin up containers without service. If startingLambda is kept the same (run containers with service), it will be also the job of metronomeLambda to delete the service as well as containers. Either way works.

minhphanhvu commented 3 years ago

Update: startingLambda will start containers without service.