Michael Bromley e5ecd1fac8 chore: Publish v2.1.5 пре 2 година
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint пре 2 година
src c059bc0014 docs: Change plugin version info for bullmq and fix typos on writing a plugin page (#2554) пре 2 година
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin пре 4 година
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin пре 4 година
docker-compose.yml ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin пре 4 година
package.json e5ecd1fac8 chore: Publish v2.1.5 пре 2 година
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.