Michael Bromley e7d3aec2a4 chore(test): Fix broken e2e tests 2 years ago
..
e2e 26ca960d4a chore: Run e2e tests in parallel 4 years ago
src 99da585125 feat(core): Update to TypeScript v4.9.5 2 years ago
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 years ago
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 years ago
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 years ago
jest.config.js e7d3aec2a4 chore(test): Fix broken e2e tests 2 years ago
package.json 99da585125 feat(core): Update to TypeScript v4.9.5 2 years 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 4 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.