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

Add a .queue_name method to CallQueue... #2

Closed
wants to merge 2 commits into from

Commits on Sep 24, 2014

  1. Add a .queue_name method to CallQueue...

    ...we can't use .name, because it conflicts with logger or celluloid or
    something.
    JustinAiken committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    e4d62d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Search Celluloid Actors for a named queue before the array...

    ...this way, if a CallQueue instance crashes, and gets restarted by it's supervisor, #get_queue will return the restarted queue (or at least a usable proxy to it), instead of returning a reference to a dead, crashed, and burned queue that's dead.
    JustinAiken committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    6e63bfe View commit details
    Browse the repository at this point in the history