We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af3f5c commit 11c7892Copy full SHA for 11c7892
content/techniques/queues.md
@@ -427,13 +427,9 @@ BullModule.forRootAsync({
427
428
This construction works the same as `useClass` with one critical difference - `BullModule` will lookup imported modules to reuse an existing `ConfigService` instead of instantiating a new one.
429
430
-<!-- #### Example
+#### Bull installation
431
432
-A working example is available [here](https://github.com/nestjs/nest/tree/master/sample/26-queues). -->
433
-
434
-[TODO(saratscheff): Create a working example with BullMQ]
435
436
-##### Bull Installation
+> warning **Note** If you decided to use BullMQ, skip this section and the following chapters.
437
438
To begin using Bull, we first install the required dependencies.
439
0 commit comments