Hacker News new | ask | show | jobs
by paulddraper 1865 days ago
> you can execute a bunch of SSH commands simultaneously using the Promise.all JS function

It's just as easy in Python 3.5.

Plus async semaphore for resource limiting

And cancel remaining operations when others fail.

Python continues to be the ideal language for scripts.