killOthers
won't fully terminate others if also restartTries >= 1
#496
Labels
killOthers
won't fully terminate others if also restartTries >= 1
#496
If you use concurrently like:
What happens:
It restarts process 0 twice, then runs the
kill-others
command. But the kill other is catched by another retry.What I expected
if
restart-tries
has been exhausted, thenkill-others
should tear down the rest for good.The text was updated successfully, but these errors were encountered: