Skip to content

Commit 11c7892

Browse files
Update content/techniques/queues.md
1 parent 6af3f5c commit 11c7892

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

content/techniques/queues.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,9 @@ BullModule.forRootAsync({
427427

428428
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.
429429

430-
<!-- #### Example
430+
#### Bull installation
431431

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
432+
> warning **Note** If you decided to use BullMQ, skip this section and the following chapters.
437433

438434
To begin using Bull, we first install the required dependencies.
439435

0 commit comments

Comments
 (0)