gresrun / jesque

An implementation of Resque in Java.
http://gresrun.github.io/jesque
Apache License 2.0
628 stars 131 forks source link

Is the worker and job producer must be on same machine ? #125

Closed gaigeshen closed 7 years ago

gaigeshen commented 7 years ago

Is the worker and job producer must be on same machine ?

gresrun commented 7 years ago

Nope!

gaigeshen commented 7 years ago

I found the worker and the producer must running on same machine, but i don't known why. Thank you for reply me. I will be check my code.