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