File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?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 >2014-02-20T15:14:15Z </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 >2014-02-20T15:17:18Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ most common types of jobs for task queues include
23
23
15 minutes
24
24
25
25
26
- Task Queue Resources
26
+ Task Queue resources
27
27
--------------------
28
+ `Queues.io <http://queues.io/ >`_ is a collection of task queue systems with
29
+ short summaries for each one. The task queues are not all compatible with
30
+ Python but ones that work with it are tagged with the "Python" keyword.
31
+
28
32
The `Celery <http://www.celeryproject.org/ >`_ distributed task queue is the
29
33
most commonly used Python library for handling asynchronous tasks and
30
34
scheduling.
@@ -34,3 +38,4 @@ library for queueing jobs and processing them in the background with workers.
34
38
It is backed by Redis and it is designed to have a low barrier to entry.
35
39
It should be integrated in your web stack easily.
36
40
41
+
Original file line number Diff line number Diff line change @@ -89,7 +89,10 @@ <h1>Task Queues</h1>
89
89
15 minutes</ li >
90
90
</ ul >
91
91
< div class ="section " id ="task-queue-resources ">
92
- < h2 > Task Queue Resources</ h2 >
92
+ < h2 > Task Queue resources</ h2 >
93
+ < p > < a class ="reference external " href ="http://queues.io/ "> Queues.io</ a > is a collection of task queue systems with
94
+ short summaries for each one. The task queues are not all compatible with
95
+ Python but ones that work with it are tagged with the "Python" keyword.</ p >
93
96
< p > The < a class ="reference external " href ="http://www.celeryproject.org/ "> Celery</ a > distributed task queue is the
94
97
most commonly used Python library for handling asynchronous tasks and
95
98
scheduling.</ p >
You can’t perform that action at this time.
0 commit comments