Michael Bromley 43afa5dfa7 chore: Publish v3.3.4 há 7 meses atrás
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint há 2 anos atrás
src 36cf92b917 fix(core): Add missing peer deps and docs (#3595) há 7 meses 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
package.json 43afa5dfa7 chore: Publish v3.3.4 há 7 meses 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.