Skip to content

Commit a389ea4

Browse files
Update content/techniques/queues.md
1 parent a84c3cc commit a389ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ BullModule.registerQueue({
5757
});
5858
```
5959

60-
> info **Hint** Create multiple queues by passing multiple comma-separated configuration objects to the `registerQueue()` method. [TODO(saratscheff): Does this apply to BullMQ as well?]
60+
> info **Hint** Create multiple queues by passing multiple comma-separated configuration objects to the `registerQueue()` method.
6161
6262
The `registerQueue()` method is used to instantiate and/or register queues. Queues are shared across modules and processes that connect to the same underlying Redis database with the same credentials. Each queue is unique by its name property. A queue name is used as both an injection token (for injecting the queue into controllers/providers), and as an argument to decorators to associate consumer classes and listeners with queues.
6363

0 commit comments

Comments
 (0)