From 374c95f7a259816f03a193f4787e3b38b2a6500a Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Sat, 12 Nov 2011 13:29:26 +0100 Subject: [PATCH] It ain't *that* naive ;) --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 688fc86..a6cbe64 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ from rdb import conn from pickle import loads, dumps def queue_daemon(app, queue_keys, rv_ttl=500): - """Naive implementation of a Redis queue worker, based on + """Simple implementation of a Redis queue worker, based on http://flask.pocoo.org/snippets/73/ Will listen endlessly on the given queue keys.