Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

job-runner-ws-server-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page