Michael Bromley 74e87b9cd8 fix: Correct some buffer storage logic hace 4 años
..
e2e ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin hace 4 años
src 74e87b9cd8 fix: Correct some buffer storage logic hace 4 años
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin hace 4 años
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin hace 4 años
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin hace 4 años
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps hace 5 años
package.json e268234ffb chore: Pre-release v1.3.0-beta.1 hace 4 años
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin hace 4 años
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin hace 5 años

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.