Michael Bromley 5606855036 chore: Publish v3.3.3 před 7 měsíci
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint před 2 roky
src 241069b01d docs(job-queue-plugin): Add docs on setting prefix před 9 měsíci
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin před 4 roky
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin před 4 roky
package.json 5606855036 chore: Publish v3.3.3 před 7 měsíci
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin před 4 roky
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin před 4 roky

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.