File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/07-performance Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3008,6 +3008,11 @@ <h2>Task queue projects</h2>
30083008< p > < a href ="https://github.com/dcramer/taskmaster "> Taskmaster</ a > is a lightweight simple
30093009 distributed queue for handling large volumes of one-off tasks. </ p >
30103010</ li >
3011+ < li >
3012+ < p > < a href ="http://huey.readthedocs.org/en/latest/ "> Huey</ a > is a simple task queue that
3013+ uses Redis on the backend but otherwise does not depend on other libraries.
3014+ The project was previously known as Invoker and the author changed the name.</ p >
3015+ </ li >
30113016</ ul >
30123017< h2 > Hosted message and task queue services</ h2 >
30133018< p > Task queue third party services aim to solve the complexity issues that arise
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-01-05T14:07:21Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-01-06T09:11:44Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ understand how to use the project.
7070* [ Taskmaster] ( https://github.com/dcramer/taskmaster ) is a lightweight simple
7171 distributed queue for handling large volumes of one-off tasks.
7272
73+ * [ Huey] ( http://huey.readthedocs.org/en/latest/ ) is a simple task queue that
74+ uses Redis on the backend but otherwise does not depend on other libraries.
75+ The project was previously known as Invoker and the author changed the name.
76+
7377
7478## Hosted message and task queue services
7579Task queue third party services aim to solve the complexity issues that arise
Original file line number Diff line number Diff line change @@ -93,6 +93,11 @@ <h2>Task queue projects</h2>
9393< p > < a href ="https://github.com/dcramer/taskmaster "> Taskmaster</ a > is a lightweight simple
9494 distributed queue for handling large volumes of one-off tasks. </ p >
9595</ li >
96+ < li >
97+ < p > < a href ="http://huey.readthedocs.org/en/latest/ "> Huey</ a > is a simple task queue that
98+ uses Redis on the backend but otherwise does not depend on other libraries.
99+ The project was previously known as Invoker and the author changed the name.</ p >
100+ </ li >
96101</ ul >
97102< h2 > Hosted message and task queue services</ h2 >
98103< p > Task queue third party services aim to solve the complexity issues that arise
You can’t perform that action at this time.
0 commit comments