blinky

This is the Blinky project.


Keywords
blinky
License
BSD-3-Clause
Install
pip install blinky==1.1.1

Documentation

Blinky

Blinky provides uptime for Vumi workers & Junebug Channels

docker run --rm -it \
  -e SUPERUSER_PASSWORD='password' \
  -e BROKER_URL='amqp://username:password@host/vhost' \
  -e DATABASE_URL='sqlite:////full/path/to/your/database/file.sqlite' \
  -p 8000:8000 \
  sdehaan/blinky