|
|
10 달 전 | |
|---|---|---|
| .. | ||
| e2e | 0441a0338a chore: Migrate from TSLint to ESLint | 2 년 전 |
| src | a9aea249cf fix(job-queue-plugin): Fix ignored values from BullMQ workerOptions (#3440) | 10 달 전 |
| .gitignore | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 년 전 |
| README.md | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 년 전 |
| package.json | 1529b6fb6f chore: Publish v3.1.8 | 10 달 전 |
| tsconfig.build.json | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 년 전 |
| tsconfig.json | d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin | 5 년 전 |
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.