David Höck 4670d66b03 fix(job-queue-plugin): Upgrade @google-cloud/pubsub to fix protobufjs vulnerability (#4042) преди 1 месец
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint преди 2 години
src 4670d66b03 fix(job-queue-plugin): Upgrade @google-cloud/pubsub to fix protobufjs vulnerability (#4042) преди 1 месец
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin преди 4 години
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin преди 4 години
package.json 4670d66b03 fix(job-queue-plugin): Upgrade @google-cloud/pubsub to fix protobufjs vulnerability (#4042) преди 1 месец
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.