Will Nahmens 04b1aeae1e feat(core,job-queue-plugin): Add per-queue concurrency configuration 4 дней назад
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 лет назад
src 04b1aeae1e feat(core,job-queue-plugin): Add per-queue concurrency configuration 4 дней назад
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
package.json b3d8ad0ece chore: Publish v3.5.3 1 неделя назад
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 лет назад
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 лет назад

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.