[go: nahoru, domu]

Skip to content

A module (to be imported) containing useful tools for building tests for Crossbar components in Synapse

Notifications You must be signed in to change notification settings

SPHTech/synapse-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synapse Utils Library

Overview

This is a utility library for Synapse development. You can import it at the top of your python script with

import synapse_utils

It contains a range of helper modules/functions for development purposes (eg. creating tests for Crossbar components).

How To Use

To import this package with poetry as dependency package manager:

poetry add git+https://github.com/SPHTech/synapse-utils.git

Documentation for package modules

heartbeat.py

For Kubernetes(K8s) deployment, readiness and liveness probes are used to check if the container in the pod is ready and still functioning.

Upon start-up, each crossbar component will register a Remote Procedure Call (RPC) on its own "heartbeat" topic. K8s readiness and liveness probes would trigger a heartbeat component script, and this component would call that heartbeat RPC. The crossbar component is deemed to be working if the trigger completes successfully, else the probes would fail and the container in the pod would be restarted.

probe.py

Contains functions to start up a component and block until it is ready, as well as to make a crossbar component that subscribes to a crossbar topic and store the messages it receives.

About

A module (to be imported) containing useful tools for building tests for Crossbar components in Synapse

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages