Michael Bromley b534b31a87 chore: Publish v1.9.0 3 yıl önce
..
e2e 26ca960d4a chore: Run e2e tests in parallel 4 yıl önce
src 3835f8b22c fix(job-queue-plugin): Partially fix BullMQ shutdown error 3 yıl önce
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps 4 yıl önce
package.json b534b31a87 chore: Publish v1.9.0 3 yıl önce
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 yıl önce

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.