You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/techniques/queues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ BullModule.registerQueue({
57
57
});
58
58
```
59
59
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.
61
61
62
62
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.
0 commit comments