Michael Bromley 0240f0baa9 Merge branch 'master' into minor 1 anno fa
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 anni fa
src b80ce1c155 chore: Update plugin compatibility to ^3.0.0 1 anno fa
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 anni fa
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 anni fa
package.json 928df0bde4 chore: Pre-release v3.1.0-next.3 1 anno fa
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 anni fa
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 anni fa

README.md

Vendure Job Queue Plugin

This plugin includes alternate JobQueueStrategy implementations built on different technologies.

Implemented:

  • The PubSubPlugin uses Google Cloud Pub/Sub to power the Vendure job queue.
  • The BullMQJobQueuePlugin uses Redis via BullMQ.