Hacker News new | ask | show | jobs
by scrollaway 1862 days ago
Sounds very similar to RQ. Do you have opinions on the latter and/or their differences?
1 comments

I haven't heard of RQ before, but on first glance they look pretty similar.

The main difference I see is that meesee workers are always setup as python programs, whereas RQ workers are separate programs. (calling a `rq` program insead of `python3 my_worker.py`) Though looking at the docs tells me that RQ can do the latter as well.