Michael Bromley 817b49e80b chore: Pre-release v2.0.0-next.8 пре 3 година
..
e2e 26ca960d4a chore: Run e2e tests in parallel пре 4 година
src 03b6357501 Merge branch 'minor' into major пре 3 година
.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 817b49e80b chore: Pre-release v2.0.0-next.8 пре 3 година
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.