Michael Bromley cf78e81421 chore: Publish v2.1.8 1 vuosi sitten
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 vuotta sitten
src c059bc0014 docs: Change plugin version info for bullmq and fix typos on writing a plugin page (#2554) 2 vuotta sitten
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 vuotta sitten
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 vuotta sitten
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 vuotta sitten
package.json cf78e81421 chore: Publish v2.1.8 1 vuosi sitten
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 vuotta sitten
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 vuotta sitten

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.