Michael Bromley 832cea7156 refactor(job-queue-plugin): Use new HealthCheckStrategy API for redis há 3 anos atrás
..
e2e 26ca960d4a chore: Run e2e tests in parallel há 4 anos atrás
src 832cea7156 refactor(job-queue-plugin): Use new HealthCheckStrategy API for redis há 3 anos atrás
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin há 4 anos atrás
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin há 4 anos atrás
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin há 4 anos atrás
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps há 4 anos atrás
package.json 8b72fb60f2 chore: Publish v1.5.2 há 3 anos atrás
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin há 4 anos atrás
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin há 4 anos atrás

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.