Skip to content

Commit 219de7d

Browse files
committed
linting
Signed-off-by: bota <Bota@dotkernel.com>
1 parent 893eb6a commit 219de7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/book/v1/How to/send-emails.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Using a queuing service solves problems such as server overload. For example, if
55
A concrete example is sending emails. While a series of tasks are running on the server, a task such as sending an email is sent to a queue and run in the background so the server can move on to the next task, while the queue composes the email and sends it. Tasks are queued and processed gradually (FIFO), depending on available resources.
66

77
To implement such a service, the [`send-email`](https://github.com/dotkernel/queue/tree/send-email) branch can be taken as a model.
8+
89
> **_NOTE:_** The default branch 1.0 hold only the base code of Queue and provides essential features such as:
910
> * Adding messages to the queue
1011
> * Retrieving and processing messages (FIFO)

0 commit comments

Comments
 (0)