@ELMAGO Hi,
i just released a new version of the module which has a new option delayNext
that can be added to each command.
The module then starts the command and waits this amount of milliseconds before the next one is processed.
So in your case you can add a delayNext: 1000
to each of the commands to give your server some time between the calls.