bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
505 stars 50 forks source link

Kestrel #88

Closed jnunemaker closed 9 years ago

jnunemaker commented 10 years ago

Adds kestrel backend.

jnunemaker commented 10 years ago

/cc @grantr

bkeepers commented 10 years ago

Nice!

Is there not a kestrel gem? Seems like qu shouldn't have to have all that thrift stuff vendored.

jnunemaker commented 10 years ago

There is not one that uses the thrift interface, which we use for github analytics and I trust relatively well. I can definitely move that part out to a gem and test it separately.

jnunemaker commented 9 years ago

Closing this. I have an unfinished kestrel client based on thrift here: https://github.com/jnunemaker/prey. If/when I finish that, I'll re-open this.