Michael Bromley 3af21d5486 chore: Update github org name in links 1 тиждень тому
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 роки тому
src 127b76beed fix(job-queue-plugin): Respect configured prefix in RedisJobBufferStorageStrategy (#4066) 4 тижнів тому
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 роки тому
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 роки тому
package.json 3af21d5486 chore: Update github org name in links 1 тиждень тому
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.