I am playing around with cluster computing and would like to simulate a cluster with one leader node and multiple follower nodes. I can do that by setting up multiple configurations (one for each node). Now, I would like to run all of these configurations at once (or one after another).
Is it possible to do this?
Someone else already tried to solve this question. The solution they came up with was to have a new launch.json
in a new .vscode
folder for each configuration. This seems to work, but is impractical since I would like to start e.g. 20 (or 100) nodes.