This JobQueueStrategy uses Google Cloud Pub/Sub to implement a job queue for Vendure. It should not be used alone, but as part of the PubSubPlugin.
Note: To use this strategy, you need to manually install the @google-cloud/pubsub package:
Extends: InjectableJobQueueStrategy
Implements: JobQueueStrategy