Skip to content

Commit 0b76ee6

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent 1f24c6f commit 0b76ee6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# 📖 Tutorial: Asynq. Simple, reliable & efficient distributed task queue for your next Go project
22

3-
👉 The full article is published on **April 7, 2021**, on Dev.to:
3+
Asynq is a Go library for queueing tasks and processing them asynchronously with workers. It's backed by Redis and is designed to be scalable yet easy to get started. Task queues are used as a mechanism to distribute work across multiple machines.
4+
5+
👉 The full article is published on **April 7, 2021**, on Dev.to: https://dev.to/koddr/asynq-simple-reliable-efficient-distributed-task-queue-for-your-next-go-project-4jhg
6+
7+
![article preview pic](https://user-images.githubusercontent.com/11155743/113790679-89c9a600-974a-11eb-9aca-b4d15187e6cb.jpg)
48

59
## Quick start
610

0 commit comments

Comments
 (0)