@vendure/job-queue-plugin
Advanced tools
Comparing version 2.1.0-next.4 to 2.1.0-next.5
{ | ||
"name": "@vendure/job-queue-plugin", | ||
"version": "2.1.0-next.4", | ||
"version": "2.1.0-next.5", | ||
"license": "MIT", | ||
@@ -26,4 +26,4 @@ "main": "package/index.js", | ||
"@google-cloud/pubsub": "^2.8.0", | ||
"@vendure/common": "2.1.0-next.4", | ||
"@vendure/core": "2.1.0-next.4", | ||
"@vendure/common": "2.1.0-next.5", | ||
"@vendure/core": "2.1.0-next.5", | ||
"bullmq": "^3.15.5", | ||
@@ -34,3 +34,3 @@ "ioredis": "^5.3.0", | ||
}, | ||
"gitHead": "10ba12c0a870f30bb083bffc142feb040f76db22" | ||
"gitHead": "b4b78ba7ac534e5995877e46421870b114f429de" | ||
} |
@@ -38,2 +38,3 @@ import { BullMQPluginOptions } from './types'; | ||
* plugins: [ | ||
* // DefaultJobQueuePlugin should be removed from the plugins array | ||
* BullMQJobQueuePlugin.init({ | ||
@@ -81,3 +82,3 @@ * connection: { | ||
* @example | ||
* ```TypeScript | ||
* ```ts | ||
* const config: VendureConfig = { | ||
@@ -84,0 +85,0 @@ * plugins: [ |
@@ -53,2 +53,3 @@ "use strict"; | ||
* plugins: [ | ||
* // DefaultJobQueuePlugin should be removed from the plugins array | ||
* BullMQJobQueuePlugin.init({ | ||
@@ -96,3 +97,3 @@ * connection: { | ||
* @example | ||
* ```TypeScript | ||
* ```ts | ||
* const config: VendureConfig = { | ||
@@ -99,0 +100,0 @@ * plugins: [ |
@@ -44,3 +44,3 @@ import { Job } from '@vendure/core'; | ||
* @example | ||
* ```TypeScript | ||
* ```ts | ||
* setRetries: (queueName, job) => { | ||
@@ -68,3 +68,3 @@ * if (queueName === 'send-email') { | ||
* @example | ||
* ```TypeScript | ||
* ```ts | ||
* setBackoff: (queueName, job) => { | ||
@@ -71,0 +71,0 @@ * return { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71262
1109
40