https://github.com/artyom/unleash
Run multiple copies of the same program in parallel
https://github.com/artyom/unleash
Last synced: 9 days ago
JSON representation
Run multiple copies of the same program in parallel
- Host: GitHub
- URL: https://github.com/artyom/unleash
- Owner: artyom
- License: mit
- Created: 2017-12-07T18:55:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T14:41:42.000Z (over 2 years ago)
- Last Synced: 2025-01-14T07:53:55.343Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)