|
|
4 ヶ月 前 | |
|---|---|---|
| .. | ||
| e2e | 0441a0338a chore: Migrate from TSLint to ESLint | 2 年 前 |
| src | 1c9b00b105 fix(job-queue-plugin): Use SCAN instead of KEYS to clean indexed sets (#3743) | 4 ヶ月 前 |
| .gitignore | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 年 前 |
| README.md | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | 4 年 前 |
| package.json | 77218033e2 chore: Publish v3.4.2 | 4 ヶ月 前 |
| 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.