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