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.