Michael Bromley 609e2ed4a0 chore: Pre-release v2.0.0-beta.3 2 yıl önce
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 yıl önce
src 3b88702ea6 feat(payments-plugin): Make Stripe plugin channel-aware (#2058) 2 yıl önce
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
package.json 609e2ed4a0 chore: Pre-release v2.0.0-beta.3 2 yıl önce
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 yıl önce

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.