|
|
hace 8 meses | |
|---|---|---|
| .. | ||
| e2e | 0441a0338a chore: Migrate from TSLint to ESLint | hace 2 años |
| src | 241069b01d docs(job-queue-plugin): Add docs on setting prefix | hace 9 meses |
| .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 | 9bee9085b1 chore: Publish v3.2.4 | hace 8 meses |
| 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.