Michael Bromley 26ca960d4a chore: Run e2e tests in parallel hace 4 años
..
e2e 26ca960d4a chore: Run e2e tests in parallel hace 4 años
src 6bc01aae23 docs: Various documentation improvements 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 4 años
package.json 7e96def396 chore: Publish v1.3.2 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 4 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.