Michael Bromley 041394503a chore: Pre-release v2.0.0-beta.0 hace 2 años
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint hace 2 años
src eb0b73f510 feat(job-queue-plugin): Update bullmq & redis dependencies (#2020) hace 2 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
package.json 041394503a chore: Pre-release v2.0.0-beta.0 hace 2 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.