<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: hotqueue</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/hotqueue.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2010-12-22T11:51:00+00:00</updated><author><name>Simon Willison</name></author><entry><title>HotQueue</title><link href="https://simonwillison.net/2010/Dec/22/hotqueue/#atom-tag" rel="alternate"/><published>2010-12-22T11:51:00+00:00</published><updated>2010-12-22T11:51:00+00:00</updated><id>https://simonwillison.net/2010/Dec/22/hotqueue/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://richardhenry.github.com/hotqueue/"&gt;HotQueue&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
A super-simple Python work queue using Redis. The API is neat, and makes clever use of generators for blocking consumption of queue items.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/queues"&gt;queues&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/redis"&gt;redis&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/recovered"&gt;recovered&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/hotqueue"&gt;hotqueue&lt;/a&gt;&lt;/p&gt;



</summary><category term="python"/><category term="queues"/><category term="redis"/><category term="recovered"/><category term="hotqueue"/></entry></feed>