Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/unleash

Run multiple copies of the same program in parallel
https://github.com/artyom/unleash

Last synced: about 11 hours ago
JSON representation

Run multiple copies of the same program in parallel

Awesome Lists containing this project

README

        

Command unleash runs multiple copies of child command until they all finish.

Usage: unleash [flags] -- child-program [child args]
-n int
number of child processes to start (defaults to number of CPUs) (default 4)
-r int
max number of times to restart child if it fails (until any child exits with 0)