We have a nodejs multi server suite each server running out of webstorm. Using multirun is a great way to run them all but in the windows dev environment it would be nice to add something like a sleep(3) between each start as there are a couple of race conditions that we'd never see in the production linux cloud environment.
We do have "Start configurations one by one" set but that's not quite long enough.
We have a nodejs multi server suite each server running out of webstorm. Using multirun is a great way to run them all but in the windows dev environment it would be nice to add something like a sleep(3) between each start as there are a couple of race conditions that we'd never see in the production linux cloud environment.
We do have "Start configurations one by one" set but that's not quite long enough.
Thanks a lot, Will