Michael Bromley d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
..
src d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
.gitignore d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
README.md d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
build.ts d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
jest.config.js d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
package.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
tsconfig.build.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin 4 ani în urmă

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