Skip to content

Comment on A Celery-like Python Task Queue in 55 Lines of Code

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.