Michael Bromley f76f3eaf0d chore: Publish v1.3.1 4 лет назад
..
e2e ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
src 6bc01aae23 docs: Various documentation improvements 4 лет назад
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps 4 лет назад
package.json f76f3eaf0d chore: Publish v1.3.1 4 лет назад
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 лет назад

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.