Michael Bromley 941238e75b chore: Publish v3.0.7 1 vuosi sitten
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 vuotta sitten
src b80ce1c155 chore: Update plugin compatibility to ^3.0.0 1 vuosi sitten
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 vuotta sitten
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 vuotta sitten
package.json 941238e75b chore: Publish v3.0.7 1 vuosi sitten
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 vuotta sitten
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 vuotta sitten

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.