We had a tentacle on localhost:10933. This was added to many environment as an independent machine.
Let’s name these machines A, B, C…
Then we installed an other tentacle instance on the same host with a different port: localhost:10935
We changed the tentacle location of ‘A’ to localhost:10935
In theory the deployment to A and B can be happen in parallel since they use a different tentacle.
BUT if we tried the parallel deployment (started on A and right after on B) only one step is executed one time,
and this message appeared on the other deployment thread:
“Another deployment-related activity is in progress on this machine (Running script ‘…’); the request has been added to a queue.”
If we deleted ‘A’ and readded (with tentacle on localhost:10935) it everything worked fine and the steps happened in parallel.