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
- Host: GitHub
- URL: https://github.com/logisticinfotech/sails-hook-job-queue
- Owner: logisticinfotech
- License: other
- Created: 2019-01-04T07:06:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T10:45:55.000Z (almost 6 years ago)
- Last Synced: 2025-04-23T21:07:56.560Z (about 1 month ago)
- Topics: job-queue, kue, kuejs, redis, redis-client, redis-server, sails-hook, sails-hook-job-queue, sailsjs
- Language: JavaScript
- Homepage: https://www.logisticinfotech.com/blog/easiest-way-to-create-job-queue-in-sails-with-sails-hook-job-queue/
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.