node-task-queue
v0.0.1
Published
task queue for http callback
Downloads
3
Readme
#node-task-queue node-task-queue is a queue for url-callback with postdata. It is an independent service. Just For Http Callback, no more.
Version Alpla.
Features
queues management
tasks management
support sequence task & concurrent task
Installation
git clone https://github.com/waisir/node-task-queue.git
Get Start
cd /node-task-queue
node app.js
Usage
Gateway:
http://127.0.0.1:1337/s.q
How to create queue:
http://127.0.0.1:1337/s.q?action=create_queue&qname=my_queue&type=con&len=1000
How to add a task to one queue:
http://127.0.0.1:1337/s.q?action=add_task&qname=my_queue&url=http://www.tocurl.com&postdata=yourpostdata
How to view exist queues:
http://127.0.0.1:1337/s.q?action=get_queues
Todo
go on complete...