Michael Bromley 71d36ec516 chore: Publish v3.3.5 hace 6 meses
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint hace 2 años
src 391e31488a fix(job-queue-plugin): Correctly list running jobs hace 6 meses
.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
package.json 71d36ec516 chore: Publish v3.3.5 hace 6 meses
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.