David Höck 9a3b5855ed chore: Revert package version updates to 3.5.2 il y a 23 heures
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint il y a 2 ans
src 127b76beed fix(job-queue-plugin): Respect configured prefix in RedisJobBufferStorageStrategy (#4066) il y a 4 semaines
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin il y a 4 ans
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin il y a 4 ans
package.json 9a3b5855ed chore: Revert package version updates to 3.5.2 il y a 23 heures
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin il y a 4 ans
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin il y a 4 ans

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.