Michael Bromley 40930ffebb docs: Remove note from bull plugin пре 4 година
..
e2e 26ca960d4a chore: Run e2e tests in parallel пре 4 година
src 40930ffebb docs: Remove note from bull plugin пре 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 c56b85f6d8 chore: Publish v1.3.4 пре 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.