Job-Runner WebSocket Server
Project description
The WebSocket Server for the Job-Runner is a broadcaster for incoming events published by the Job-Runner Workers. It’s purpose is to collect events from all available Job-Runner Workers and distribute these events to all the connected WebSocket clients.
Installation
Deployar
This package is as job-runner-ws-server available in Deployar.
From source
If you are running the code from source, make sure you have the following requirements installed:
python-devel
gcc
gcc-c++
libevent-devel
Then install the Python requirements with pip install -r requirements.txt.
Usage
The usage of the job_runner_ws_server executable is:
usage: job_runner_ws_server [-h] [--events-port EVENTS_PORT] [--ws-port WS_PORT] [--log-level {debug,info,warning,error}] Job-Runner WebSocket Server optional arguments: -h, --help show this help message and exit --events-port EVENTS_PORT The port to receive (worker) events on (default: 5555) --ws-port WS_PORT The port for the WebSocket server (default: 5000) --log-level {debug,info,warning,error} The log-level for logging (default: info)
Changes
v1.0.0
Deployar related changes.
v0.5.0
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file job-runner-ws-server-1.0.0.tar.gz
.
File metadata
- Download URL: job-runner-ws-server-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 611530d474442bbf9bb4380f76ec98578a2eb8108cb0119d4147e564eca31f2e |
|
MD5 | 97692e55a88454aa42ff9fb308a131a7 |
|
BLAKE2b-256 | 4e849f2d95a7d25daab8eec44d9554743ef1418dbaf4e0ba882854bf27c56c63 |