Skip to content

Commit 19543fb

Browse files
committed
added a task queue resource
1 parent cb33029 commit 19543fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/pages/04-web-development/29-task-queues.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ when scaling out a large deployment of distributed task queues.
187187
* [Asynchronous Tasks with Flask and Redis Queue](https://testdriven.io/asynchronous-tasks-with-flask-and-redis-queue)
188188
looks at how to configure Redis Queue to handle long-running tasks in a Flask app.
189189

190+
* [Developing an Asynchronous Task Queue in Python](https://testdriven.io/developing-an-asynchronous-task-queue-in-python) looks at how to implement several asynchronous task queues using Python's multiprocessing library and Redis.
191+
190192
## Task queue learning checklist
191193
1. Pick a slow function in your project that is called during an HTTP
192194
request.

0 commit comments

Comments
 (0)