Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove worker client reference. #75

Merged
merged 1 commit into from Jan 30, 2013
Merged

Commits on Jan 29, 2013

  1. Remove worker client reference.

    The Qless::Worker does not need a reference to a client. It restrict
    flexibility by coupling it to one client like this.  While it does not
    normally make sense to do so, we have a case where would like a
    single worker to pull jobs from queues on multiple qless servers,
    which works just fine because the queue objects themselves know
    what client to talk to.
    myronmarston committed Jan 29, 2013
    Copy the full SHA
    96de044 View commit details
    Browse the repository at this point in the history