Michael Bromley 2046143e82 chore: Publish v1.0.0-beta.10 %!s(int64=4) %!d(string=hai) anos
..
src d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin %!s(int64=4) %!d(string=hai) anos
.gitignore d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin %!s(int64=4) %!d(string=hai) anos
README.md d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin %!s(int64=4) %!d(string=hai) anos
build.ts d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin %!s(int64=4) %!d(string=hai) anos
jest.config.js e03fdcd26b chore: Update graphql to latest & root deps %!s(int64=4) %!d(string=hai) anos
package.json 2046143e82 chore: Publish v1.0.0-beta.10 %!s(int64=4) %!d(string=hai) anos
tsconfig.build.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin %!s(int64=4) %!d(string=hai) anos
tsconfig.json d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin %!s(int64=4) %!d(string=hai) anos

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