Michael Bromley 358b4cfe83 chore: Publish v3.1.2 1 năm trước cách đây
..
e2e 0441a0338a chore: Migrate from TSLint to ESLint 2 năm trước cách đây
src b80ce1c155 chore: Update plugin compatibility to ^3.0.0 1 năm trước cách đây
.gitignore ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 năm trước cách đây
README.md ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 năm trước cách đây
package.json 358b4cfe83 chore: Publish v3.1.2 1 năm trước cách đây
tsconfig.build.json ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin 4 năm trước cách đây
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 năm trước cách đây

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.