We have a distributed batch handling part of our system that we’re trying to decrease the total duration on. AWS best practices seem to be basically play guess and check with different batch size configurations until you reach a local min on duration. Aware that sst locally is slower than deploy stacks, but will doing this batch configuration process while running sst locally yield different results than what will actually be seen in prod?
f
Frank
10/13/2021, 4:10 PM
Hey @Tony J, I’m not 100% clear about your setup. But I’m guessing the results will be different, especially if you are tweaking the number of concurrent processes.
Frank
10/13/2021, 4:11 PM
Since the functions are run locally during
sst start
, the performance is likely dependent on the cores/mem of ur local machine.