Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisaacson/dispatch-request-spawn-all
Continually request a Dispatch server to spawn all commands until succesfull
https://github.com/nisaacson/dispatch-request-spawn-all
Last synced: about 1 month ago
JSON representation
Continually request a Dispatch server to spawn all commands until succesfull
- Host: GitHub
- URL: https://github.com/nisaacson/dispatch-request-spawn-all
- Owner: nisaacson
- Created: 2013-05-15T14:20:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-15T17:38:00.000Z (over 11 years ago)
- Last Synced: 2024-08-08T21:52:01.552Z (3 months ago)
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dispatch Request Spawn All
Continually request a Dispatch server to spawn all commands until succesful# Installation
```bash
npm install -g dispatch-request-spawn-all
```# Usage
The script is intended to be run at system startup.```bash
dispatch-request-spawn-all --host 127.0.0.1 --port 4000
```