kue-unique:独特的Kue作业实用程序

时间:2024-05-24 03:35:59
【文件属性】:

文件名称:kue-unique:独特的Kue作业实用程序

文件大小:151KB

文件格式:ZIP

更新时间:2024-05-24 03:35:59

queue kue unique JavaScript

独特的 独特的作业实用程序。 如果job已经存在,它将返回它,否则它将创建一个新的job并返回它。 要求 安装 $ npm install --save kue kue-unique 用法 import kue from 'kue-unique' ; const queue = kue . createQueue ( ) ; // create and save unique job const job = queue . create ( 'email' , { title : 'welcome email for tj' , to : 'tj@learnboost.com' , template : 'welcome-email' } ) . unique ( < job> ) .save((error, job) = > {


【文件预览】:
kue-unique-master
----.travis.yml(219B)
----.eslintrc(195B)
----.babelrc(137B)
----rollup.config.js(524B)
----docs()
--------.gitkeep(0B)
----package.json(4KB)
----test()
--------.eslintrc(295B)
--------bootstrap.spec.js(217B)
--------unique.spec.js(7KB)
--------.gitkeep(0B)
----.prettierrc(88B)
----.prettierignore(72B)
----DOCUMENTATION.md(4KB)
----SECURITY.md(132B)
----LICENSE(1KB)
----package-lock.json(490KB)
----CONTRIBUTING.md(8KB)
----src()
--------index.js(82B)
--------job.statics.js(5KB)
--------job.instances.js(4KB)
--------.gitkeep(0B)
----.npmignore(170B)
----index.d.ts(1KB)
----es()
--------index.js(9KB)
----examples()
--------.eslintrc(133B)
--------index.js(887B)
--------.gitkeep(0B)
----.gitignore(539B)
----CHANGELOG.md(8KB)
----lib()
--------index.js(10KB)
----CODE_OF_CONDUCT.md(3KB)
----.npmrc(65B)
----README.md(3KB)
----.eslintignore(0B)
----.editorconfig(285B)

网友评论