Skip to content

Commit f87dc12

Browse files
committed
linting fixes
Signed-off-by: bidi <bidi@apidemia.com>
1 parent 564bea0 commit f87dc12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/book/v1/what-is-queue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The long execution times are caused by:
2121
- Hardware limitations - CPU speed, memory, storage, network bandwidth.
2222
- External dependencies - waiting on APIs or human input.
2323

24-
# How the Queue Works
24+
## How the Queue Works
2525

2626
- The queue system has an active **daemon** that listens for TPC connections on a specific port and **stores incoming messages** into Redis.
2727
This method supports a **large number of requests per second** without overloading.
2828
- Operations are then **scheduled for execution** when resources are available.
2929
The order of the execution uses the **FIFO** (First-In, First-Out) method where the oldest request is processed first, followed by newer requests.
3030

31-
# Main Features
31+
## Main Features
3232

3333
- **Logging** - Ensures maintainability and allows debugging.
3434
- **Security** - The **firewall** allows requests only from whitelisted IPs for fast response times.

0 commit comments

Comments
 (0)