Comment on A Celery-like Python Task Queue in 55 Lines of CodeComments−m0th8712yFor an alternative, check out RQ: http://python-rq.org/We use it in production and it's been rock-solid. The documentation is sparse but the source is easy to follow.−volker4812yThis is the first thing I thought of when I saw this post. I use RQ extensively and it's great.−marban12yIt's great but as far as i can remember doesn't support P3. Also, it'd be nice to use it with Mongo instead of Redis.−jmagnusson12yActually Py3-support landed 6 months ago https://github.com/nvie/rq/pull/239
Comments
For an alternative, check out RQ: http://python-rq.org/
We use it in production and it's been rock-solid. The documentation is sparse but the source is easy to follow.
This is the first thing I thought of when I saw this post. I use RQ extensively and it's great.
It's great but as far as i can remember doesn't support P3. Also, it'd be nice to use it with Mongo instead of Redis.
Actually Py3-support landed 6 months ago https://github.com/nvie/rq/pull/239