Michael Bromley 355488079e chore: Publish v1.1.2 4 năm trước cách đây
..
src d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 năm trước cách đây
.gitignore d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 năm trước cách đây
README.md d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 năm trước cách đây
build.ts d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 năm trước cách đây
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps 4 năm trước cách đây
package.json 355488079e chore: Publish v1.1.2 4 năm trước cách đây
tsconfig.build.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 năm trước cách đây
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 5 năm trước cách đây

README.md

Vendure Job Queue Plugin

This plugin is under development. It will house plugins that implement alternate JobQueueStrategies aimed at handling more demanding production loads than can be comfortably handled by the database-powered DefaultJobQueuePlugin which ships with Vendure core.

Implemented:

  • The PubSubPlugin uses Google Cloud Pub/Sub to power the Vendure job queue.

Planned:

  • Redis
  • RabbitMQ