8 lines
225 B
Markdown
8 lines
225 B
Markdown
# Message Queue
|
|
|
|
We rely on message queues to manage the various tasks that [the cralwer](overview.md#crawler)needs to perform.
|
|
|
|
### Code Path
|
|
|
|
Currently, the code related to message queues are located at `lib/mq` and `src`.
|