Michael Bromley e3736f4d70 chore: Publish v3.4.1 4 ay önce
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 yıl önce
src 1c9b00b105 fix(job-queue-plugin): Use SCAN instead of KEYS to clean indexed sets (#3743) 4 ay önce
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
package.json e3736f4d70 chore: Publish v3.4.1 4 ay önce
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 yıl önce
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 yıl önce

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.