Browse Source

docs: Remove note from bull plugin

Michael Bromley 4 years ago
parent
commit
40930ffebb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/job-queue-plugin/src/bullmq/plugin.ts

+ 0 - 4
packages/job-queue-plugin/src/bullmq/plugin.ts

@@ -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