Michael Bromley 987ce391e0 chore: Publish v1.9.7 před 2 roky
..
e2e 26ca960d4a chore: Run e2e tests in parallel před 4 roky
src 8fee246fa1 docs(job-queue-plugin): Add note on bullmq version před 3 roky
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin před 4 roky
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin před 4 roky
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin před 4 roky
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps před 4 roky
package.json 987ce391e0 chore: Publish v1.9.7 před 2 roky
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin před 4 roky
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin před 4 roky

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.