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

Supporting Sidekiq Pro Reliable Queueing #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2014

  1. Modifying priority queue creation to place a job with a priority that…

    … is not found in Sidekiq::Priority.priorities in the default queue, rather than creating a new one.
    djalkalai committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    10dc6f6 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    djalkalai committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    2c55119 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2014

  1. Added spec to test giving a nil priority and to test giving a priorit…

    …y that is not in Sidekiq::Priority.priorities
    djalkalai committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    000b697 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. Configuration menu
    Copy the full SHA
    75c451d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. Configuration menu
    Copy the full SHA
    8060dc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2014

  1. Configuration menu
    Copy the full SHA
    6b5091b View commit details
    Browse the repository at this point in the history