moleculer-bullmq:BullMQ 的分子模块 (https

时间:2024-06-18 10:57:57
【文件属性】:

文件名称:moleculer-bullmq:BullMQ 的分子模块 (https

文件大小:126KB

文件格式:ZIP

更新时间:2024-06-18 10:57:57

JavaScript

分子-bullmq 如何创造工作 您只需要添加BullMqMixin并为您的操作添加queue属性。 将使用调度程序的参数和元调用此操作。 动作的返回将是作业结果。 mixin会将BullMq job添加到locals module . exports = { name : 'jobs' , mixins : [ BullMqMixin ] , settings : { bullmq : { worker : { concurrency : 50 } } } , actions : { resize : { queue : true , params : { width : 'number' , height : 'number' } , async handler ( ctx ) {


【文件预览】:
moleculer-bullmq-master
----.github()
--------workflows()
----.eslintrc.js(642B)
----src()
--------index.js(5KB)
----.npmignore(984B)
----.codeclimate.yml(207B)
----LICENSE(1KB)
----test()
--------unit()
----README.md(3KB)
----.editorconfig(161B)
----.gitignore(920B)
----package-lock.json(460KB)
----package.json(1KB)

网友评论