ソースを参照

chore(dev-server): Disable BullMQ plugin again

David Höck 1 年間 前
コミット
755f367d6d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      packages/dev-server/dev-config.ts

+ 2 - 2
packages/dev-server/dev-config.ts

@@ -78,8 +78,8 @@ export const devConfig: VendureConfig = {
         }),
         DefaultSearchPlugin.init({ bufferUpdates: false, indexStockStatus: false }),
         // Enable if you need to debug the job queue
-        BullMQJobQueuePlugin.init({}),
-        //DefaultJobQueuePlugin.init({}),
+        // BullMQJobQueuePlugin.init({}),
+        DefaultJobQueuePlugin.init({}),
         // JobQueueTestPlugin.init({ queueCount: 10 }),
         // ElasticsearchPlugin.init({
         //     host: 'http://localhost',