|
|
před 1 rokem | |
|---|---|---|
| .. | ||
| e2e | 254b025b97 test(job-queue-plugin): Add e2e tests for BullMQJobQueueStrategy | před 1 rokem |
| src | 0367a0a5e9 WIP: still buggy, need to revisit | před 1 rokem |
| .gitignore | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | před 4 roky |
| README.md | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | před 4 roky |
| package.json | 254b025b97 test(job-queue-plugin): Add e2e tests for BullMQJobQueueStrategy | před 1 rokem |
| tsconfig.build.json | ba9f5d04a4 feat(job-queue-plugin): Create BullMQJobQueuePlugin | před 4 roky |
| tsconfig.json | d90cb9f59b refactor: Rename pub-sub-plugin to job-queue-plugin | před 4 roky |
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.