|
|
11 月之前 | |
|---|---|---|
| .. | ||
| e2e | 0441a0338a chore: Migrate from TSLint to ESLint | 2 年之前 |
| src | 7c72352c60 perf(job-queue-plugin): Optimize payload size for buffered jobs in Redis | 11 月之前 |
| .gitignore | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 年之前 |
| README.md | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 年之前 |
| package.json | 338a61ed83 chore: Publish v3.1.3 | 11 月之前 |
| tsconfig.build.json | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 年之前 |
| tsconfig.json | d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin | 4 年之前 |
This plugin includes alternate JobQueueStrategy implementations built on different technologies.
Implemented:
PubSubPlugin uses Google Cloud Pub/Sub to power the Vendure job queue.BullMQJobQueuePlugin uses Redis via BullMQ.