technoweenie / coffee-resque

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resque interoperability between languages

malisetti opened this issue · comments

I was trying to use resque from php(consumer used https://github.com/michelsalib/BCCResqueBundle) and node js(producer). I see the way these two are using redis is not similar to push jobs and to poll jobs. So there is no interoperability. I am wrong ? I just moved to Gearman after this.

I've successfully inter-opted (word?) with ruby resque in the past.

Yes. But there is no standard for these things to work in different languages

The ruby Resque lib is the original implementation, and what coffee-resque uses as the "standard."