Skip to content

Commit

Permalink
Update content/techniques/queues.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Jul 2, 2024
1 parent a84c3cc commit a389ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/techniques/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BullModule.registerQueue({
});
```

> 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?]
> info **Hint** Create multiple queues by passing multiple comma-separated configuration objects to the `registerQueue()` method.
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.

Expand Down

0 comments on commit a389ea4

Please sign in to comment.