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

Implement Sidekiq::Worker.perform_bulk #5042

Merged
merged 7 commits into from Nov 2, 2021

Commits on Nov 2, 2021

  1. Sketch out some failing tests to capture the behavior

    Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>
    kellysutton and jeffcarbs committed Nov 2, 2021
    Copy the full SHA
    efa01c5 View commit details
    Browse the repository at this point in the history
  2. Implement Sidekiq::Client.perform_bulk

    Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>
    kellysutton and jeffcarbs committed Nov 2, 2021
    Copy the full SHA
    3fc18a0 View commit details
    Browse the repository at this point in the history
  3. Allow .perform_bulk to operate on different batch sizes

    Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>
    kellysutton and jeffcarbs committed Nov 2, 2021
    Copy the full SHA
    c8bb41d View commit details
    Browse the repository at this point in the history
  4. Write a failing test to capture the Sidekiq::Worker::Setter.perform_b…

    …ulk behavior
    
    Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>
    kellysutton and jeffcarbs committed Nov 2, 2021
    Copy the full SHA
    8d8abb7 View commit details
    Browse the repository at this point in the history
  5. Implement Sidekiq::Worker::Setter.perform_bulk

    Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>
    kellysutton and jeffcarbs committed Nov 2, 2021
    Copy the full SHA
    ac8cf25 View commit details
    Browse the repository at this point in the history
  6. Write a small comment for to document the method

    Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>
    kellysutton and jeffcarbs committed Nov 2, 2021
    Copy the full SHA
    94609de View commit details
    Browse the repository at this point in the history
  7. Add a Changes.md entry

    kellysutton committed Nov 2, 2021
    Copy the full SHA
    9f45c39 View commit details
    Browse the repository at this point in the history