Skip to content

Commit 259eeab

Browse files
committed
adding link to heuy task queue
1 parent bfdc7e7 commit 259eeab

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/07-performance/0703-task-queues.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
7579
Task queue third party services aim to solve the complexity issues that arise

task-queues.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)