Michael Bromley a4c56359ec chore: Publish v3.3.0 8 месяцев назад
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 лет назад
src 241069b01d docs(job-queue-plugin): Add docs on setting prefix 9 месяцев назад
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
package.json a4c56359ec chore: Publish v3.3.0 8 месяцев назад
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 лет назад

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.