node-celery-redis
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "node-celery-redis", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Celery client for Node", | ||
@@ -5,0 +5,0 @@ "author": "Mher Movsisyan <mher.movsisyan@gmail.com>", |
@@ -1,3 +0,10 @@ | ||
# Celery client for Node.js | ||
# Celery client for Node.js - REDIS BACKEND FORK | ||
# READ THIS BEFORE USE | ||
This package is a fork of node-celery with redis backend PR merged, used while PR has not been merged Use it with caution and keep in mind this is a temporary package | ||
Original repo: https://github.com/mher/node-celery | ||
# ORIGINAL README | ||
Celery is an asynchronous task/job queue based on distributed message passing. node-celery allows to queue tasks from Node.js. If you are new to Celery check out http://celeryproject.org/ | ||
Celery is an asynchronous task/job queue based on distributed | ||
@@ -4,0 +11,0 @@ message passing. node-celery allows to queue tasks from Node.js. |
29636
179