@uponcommerce/api-plugin-job-queue
v2.0.0-beta.20
Published
This plugin includes alternate JobQueueStrategy implementations built on different technologies.
Downloads
6
Readme
Job queue plugin for the UponCommerce API
This plugin includes alternate JobQueueStrategy implementations built on different technologies.
Implemented:
- The
PubSubPlugin
uses Google Cloud Pub/Sub to power the job queue. - The
BullMQJobQueuePlugin
uses Redis via BullMQ.