Will Nahmens 8ae431a898 fix(job-queue-plugin): Migrate BullMQ e2e test from Jest to Vitest 20 hours ago
..
e2e 8ae431a898 fix(job-queue-plugin): Migrate BullMQ e2e test from Jest to Vitest 20 hours ago
src 12caf222d1 refactor(job-queue-plugin): Unify worker management in BullMQJobQueueStrategy 21 hours ago
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 years ago
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 years ago
package.json 3bf441aea7 Merge branch 'master' into minor 1 week ago
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 years ago
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 years ago

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.