Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artyom/unleash
- Owner: artyom
- License: mit
- Created: 2017-12-07T18:55:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T14:41:42.000Z (about 1 year ago)
- Last Synced: 2024-06-20T12:04:23.548Z (5 months 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)