Michael Bromley a8e6822745 chore: Publish v1.4.7 3 tahun lalu
..
e2e 26ca960d4a chore: Run e2e tests in parallel 4 tahun lalu
src 40930ffebb docs: Remove note from bull plugin 4 tahun lalu
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 tahun lalu
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 tahun lalu
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 tahun lalu
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps 4 tahun lalu
package.json a8e6822745 chore: Publish v1.4.7 3 tahun lalu
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 tahun lalu
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 tahun lalu

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.