node-celery:Node.js的Celery客户端

时间:2021-02-04 12:22:08
【文件属性】:
文件名称:node-celery:Node.js的Celery客户端
文件大小:14KB
文件格式:ZIP
更新时间:2021-02-04 12:22:08
nodejs javascript redis task queue Node.js的Celery客户端 Celery是基于分布式消息传递的异步任务/作业队列。 node-celery允许对来自Node.js的任务进行排队。 如果您不熟悉Celery,请访问 用法 简单示例,包含在: var celery = require ( 'node-celery' ) , client = celery . createClient ( { CELERY_BROKER_URL : 'amqp://guest:guest@localhost:5672//' , CELERY_RESULT_BACKEND : 'amqp://' } ) ; client .
【文件预览】:
node-celery-master
----CONTRIBUTORS(334B)
----protocol.js(972B)
----benchmarks()
--------pubsub.js(674B)
--------pub.js(530B)
----examples()
--------redis-backend.js(583B)
--------routing.js(692B)
--------expiration.js(383B)
--------hello-world.js(503B)
--------eta.js(427B)
----LICENSE(2KB)
----README.md(4KB)
----docker-compose.yml(601B)
----tests()
--------runTests.sh(107B)
--------tasks.py(641B)
--------test_celery.js(7KB)
--------test_protocol.js(2KB)
----celery.js(12KB)
----.gitignore(552B)
----package.json(467B)

网友评论