|
|
@@ -11,10 +11,6 @@ import { BullMQPluginOptions } from './types';
|
|
|
* This plugin is a drop-in replacement of the DefaultJobQueuePlugin, which implements a push-based
|
|
|
* job queue strategy built on top of the popular [BullMQ](https://github.com/taskforcesh/bullmq) library.
|
|
|
*
|
|
|
- * {{% alert "warning" %}}
|
|
|
- * This plugin was newly released with Vendure v1.2.0 and has yet to receive thorough real-world testing.
|
|
|
- * {{% /alert %}}
|
|
|
- *
|
|
|
* ## Advantages over the DefaultJobQueuePlugin
|
|
|
*
|
|
|
* The advantage of this approach is that jobs are stored in Redis rather than in the database. For more complex
|