File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed 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 >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
2323 15 minutes
2424
2525
26- Task Queue Resources
26+ Task Queue resources
2727--------------------
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+
2832The `Celery <http://www.celeryproject.org/ >`_ distributed task queue is the
2933most commonly used Python library for handling asynchronous tasks and
3034scheduling.
@@ -34,3 +38,4 @@ library for queueing jobs and processing them in the background with workers.
3438It is backed by Redis and it is designed to have a low barrier to entry.
3539It should be integrated in your web stack easily.
3640
41+
Original file line number Diff line number Diff line change @@ -89,7 +89,10 @@ <h1>Task Queues</h1>
898915 minutes</ li >
9090</ ul >
9191< 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 >
9396< p > The < a class ="reference external " href ="http://www.celeryproject.org/ "> Celery</ a > distributed task queue is the
9497most commonly used Python library for handling asynchronous tasks and
9598scheduling.</ p >
You can’t perform that action at this time.
0 commit comments