Hey! This is the Readme of the websocket status reporter for Huey.
This project makes it possible, to subscribe for given jobs from your very own frontend over websocket, and get instant notification about the jobs status. Or even subscribe for every huey task ever executed, it could be used for some status dashboard somehow later on :)
example client is available in the repository, it's called wstest.html, it's very barebone, but works
- git clone
- npm install
- copy example-config.js to config.js and customize for your environment
- run bin/huey-reporter config.js
- profit :)
Yes! Just run
- docker run --env HUEY_LISTENER_REDIS_HOST=your.redis.host endticket/huey-reporter
- HUEY_LISTENER_REDIS_HOST
- HUEY_LISTENER_REDIS_PORT
- ALLOWED_ORIGINS
Licensed under WTFPL. Take it, use it.