Que: A fast, concurrent job queue for Ruby and PostgreSQL (github.com) 3 points by chanks 12y ago ↗ HN
[–] chanks 12y ago ↗ I'm really interested in suggestions or comments about Que - I'm trying to make it as durable as possible while retaining its speed.I'm also looking for a steady job using Ruby, if anyone is hiring in Seattle. My email's in my profile.Thanks!
[–] grosskur 12y ago ↗ Nice! I really like postgres-based queues. Another one ishttps://github.com/ryandotsmith/queue_classicIt uses LISTEN/NOTIFY. It might be interesting to compare it to que in the README.
2 comments
[ 3.1 ms ] story [ 13.6 ms ] threadI'm also looking for a steady job using Ruby, if anyone is hiring in Seattle. My email's in my profile.
Thanks!
https://github.com/ryandotsmith/queue_classic
It uses LISTEN/NOTIFY. It might be interesting to compare it to que in the README.