Michael Bromley 8623b43cf3 chore: Publish v3.3.8 hai 5 meses
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint %!s(int64=2) %!d(string=hai) anos
src 391e31488a fix(job-queue-plugin): Correctly list running jobs hai 6 meses
.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
package.json 8623b43cf3 chore: Publish v3.3.8 hai 5 meses
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.