An open API service indexing awesome lists of open source software.

https://github.com/logisticinfotech/sails-hook-job-queue

sails hook for job queue with kue
https://github.com/logisticinfotech/sails-hook-job-queue

job-queue kue kuejs redis redis-client redis-server sails-hook sails-hook-job-queue sailsjs

Last synced: about 1 month ago
JSON representation

sails hook for job queue with kue

Awesome Lists containing this project

README

        

### Sails-hook-job-queue with kue and redis

Kue based job queue for sails v1.1.0+. Its a wrapper around [**Kue**](https://automattic.github.io/kue/) for processing published jobs by using [**Redis**](https://redis.io/) as a queue engine.

### Dependencies

[**Redis**](https://redis.io/) (you need to install globally)

[**Kue**](https://automattic.github.io/kue/) (it will install itself)

### Installation and Setup guide

Please check [this blog](https://www.logisticinfotech.com/blog/easiest-way-to-create-job-queue-in-sails-with-sails-hook-job-queue/) for step by step guide.