Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 356 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 356 Bytes

Redis queue for Integreat

The queue is built on Bee-Queue.

Install

Requires node v8.6.

Install from npm:

npm install integreat

Running tests

Make sure you have a Travis installation running.

npm test

Debugging

Run with env variable DEBUG=great:queue, to receive debug messages.