Michael Bromley 236dafe03b chore: Pre-release v1.3.0-beta.0 %!s(int64=4) %!d(string=hai) anos
..
e2e ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin %!s(int64=4) %!d(string=hai) anos
src d8f94ef45b Merge branch 'master' into minor %!s(int64=4) %!d(string=hai) anos
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin %!s(int64=4) %!d(string=hai) anos
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin %!s(int64=4) %!d(string=hai) anos
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin %!s(int64=4) %!d(string=hai) anos
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps %!s(int64=4) %!d(string=hai) anos
package.json 236dafe03b chore: Pre-release v1.3.0-beta.0 %!s(int64=4) %!d(string=hai) anos
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin %!s(int64=4) %!d(string=hai) anos
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin %!s(int64=4) %!d(string=hai) anos

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.