@vendure/job-queue-plugin 1.3.1 → 1.4.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,10 +6,6 @@ import { BullMQPluginOptions } from './types';
|
|
|
6
6
|
* This plugin is a drop-in replacement of the DefaultJobQueuePlugin, which implements a push-based
|
|
7
7
|
* job queue strategy built on top of the popular [BullMQ](https://github.com/taskforcesh/bullmq) library.
|
|
8
8
|
*
|
|
9
|
-
* {{% alert "warning" %}}
|
|
10
|
-
* This plugin was newly released with Vendure v1.2.0 and has yet to receive thorough real-world testing.
|
|
11
|
-
* {{% /alert %}}
|
|
12
|
-
*
|
|
13
9
|
* ## Advantages over the DefaultJobQueuePlugin
|
|
14
10
|
*
|
|
15
11
|
* The advantage of this approach is that jobs are stored in Redis rather than in the database. For more complex
|
package/package/bullmq/plugin.js
CHANGED
|
@@ -21,10 +21,6 @@ const redis_job_buffer_storage_strategy_1 = require("./redis-job-buffer-storage-
|
|
|
21
21
|
* This plugin is a drop-in replacement of the DefaultJobQueuePlugin, which implements a push-based
|
|
22
22
|
* job queue strategy built on top of the popular [BullMQ](https://github.com/taskforcesh/bullmq) library.
|
|
23
23
|
*
|
|
24
|
-
* {{% alert "warning" %}}
|
|
25
|
-
* This plugin was newly released with Vendure v1.2.0 and has yet to receive thorough real-world testing.
|
|
26
|
-
* {{% /alert %}}
|
|
27
|
-
*
|
|
28
24
|
* ## Advantages over the DefaultJobQueuePlugin
|
|
29
25
|
*
|
|
30
26
|
* The advantage of this approach is that jobs are stored in Redis rather than in the database. For more complex
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../../src/bullmq/plugin.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,wCAA8F;AAE9F,2EAAqE;AACrE,2CAAoD;AACpD,qEAAgE;AAChE,2FAAoF;AAGpF
|
|
1
|
+
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../../src/bullmq/plugin.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,wCAA8F;AAE9F,2EAAqE;AACrE,2CAAoD;AACpD,qEAAgE;AAChE,2FAAoF;AAGpF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyFG;AAaH,IAAa,oBAAoB,4BAAjC,MAAa,oBAAoB;IAY7B,YAAoB,QAAoC,EAAU,KAA2B;QAAzE,aAAQ,GAAR,QAAQ,CAA4B;QAAU,UAAK,GAAL,KAAK,CAAsB;QACzF,QAAQ,CAAC,yBAAyB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAC,CAAC;IACxF,CAAC;IAXD;;;OAGG;IACH,MAAM,CAAC,IAAI,CAAC,OAA4B;QACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;CAKJ,CAAA;AAfY,oBAAoB;IAZhC,oBAAa,CAAC;QACX,OAAO,EAAE,CAAC,yBAAkB,CAAC;QAC7B,aAAa,EAAE,MAAM,CAAC,EAAE;YACpB,MAAM,CAAC,eAAe,CAAC,gBAAgB,GAAG,IAAI,kDAAsB,EAAE,CAAC;YACvE,MAAM,CAAC,eAAe,CAAC,wBAAwB,GAAG,IAAI,iEAA6B,EAAE,CAAC;YACtF,OAAO,MAAM,CAAC;QAClB,CAAC;QACD,SAAS,EAAE;YACP,EAAE,OAAO,EAAE,iCAAqB,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC,sBAAoB,CAAC,OAAO,EAAE;YAClF,6CAAoB;SACvB;KACJ,CAAC;qCAagC,iCAA0B,EAAiB,6CAAoB;GAZpF,oBAAoB,CAehC;AAfY,oDAAoB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vendure/job-queue-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0-beta.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "package/index.js",
|
|
6
6
|
"types": "package/index.d.ts",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@google-cloud/pubsub": "^2.8.0",
|
|
26
26
|
"@types/redis": "^2.8.28",
|
|
27
|
-
"@vendure/common": "^1.
|
|
28
|
-
"@vendure/core": "^1.
|
|
27
|
+
"@vendure/common": "^1.4.0-beta.0",
|
|
28
|
+
"@vendure/core": "^1.4.0-beta.0",
|
|
29
29
|
"bullmq": "^1.40.1",
|
|
30
30
|
"redis": "^3.0.2",
|
|
31
31
|
"rimraf": "^3.0.2",
|
|
32
32
|
"typescript": "4.3.5"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "b4a29d6cff5a7c5b39000719b4c556f60a80b521"
|
|
35
35
|
}
|