1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Kelly Sutton 4a0432622f
Implement Sidekiq::Worker.perform_bulk (#5042)
* Sketch out some failing tests to capture the behavior

Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>

* Implement Sidekiq::Client.perform_bulk

Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>

* Allow .perform_bulk to operate on different batch sizes

Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>

* Write a failing test to capture the Sidekiq::Worker::Setter.perform_bulk behavior

Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>

* Implement Sidekiq::Worker::Setter.perform_bulk

Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>

* Write a small comment for to document the method

Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>

* Add a Changes.md entry

Co-authored-by: jeffcarbs <jeff.carbonella@gmail.com>
2021-11-02 09:54:44 -07:00
..
dummy
fixtures
config.yml
config_empty.yml
config_environment.yml
config_queues_without_weights.yml
config_string.yml
config_with_internal_options.yml
fake_env.rb
helper.rb Fix faulty environment variable value (#4981) 2021-09-01 11:07:19 -07:00
test_actors.rb
test_api.rb Rename Sidekiq::Job, reserve for future use 2021-08-20 10:43:55 -07:00
test_cli.rb
test_client.rb Implement Sidekiq::Worker.perform_bulk (#5042) 2021-11-02 09:54:44 -07:00
test_csrf.rb
test_current_attributes.rb Helper middleware to preserve implicit context? (#4982) 2021-09-08 15:24:41 -07:00
test_dead_set.rb
test_exception_handler.rb
test_extensions.rb
test_fetch.rb Use TIMEOUT constant instead of hardcoded 2 second sleep (#4952) 2021-08-19 10:52:24 -07:00
test_job.rb Add optional Sidekiq::Job alias, see #4955 2021-08-20 11:06:00 -07:00
test_job_logger.rb
test_launcher.rb
test_logger.rb
test_manager.rb
test_middleware.rb
test_processor.rb
test_rails.rb
test_redis_connection.rb
test_retry.rb
test_retry_exhausted.rb
test_scheduled.rb
test_scheduling.rb
test_sidekiq.rb Reconnect on "UNBLOCKED force unblock" errors (#4985) 2021-09-07 15:04:01 -07:00
test_sidekiqmon.rb
test_systemd.rb
test_testing.rb
test_testing_fake.rb
test_testing_inline.rb
test_util.rb
test_web.rb Persist live poll status in browser localStorage (#4976) 2021-08-30 12:31:41 -07:00
test_web_helpers.rb Persist live poll status in browser localStorage (#4976) 2021-08-30 12:31:41 -07:00
test_worker.rb Implement Sidekiq::Worker.perform_bulk (#5042) 2021-11-02 09:54:44 -07:00
test_worker_generator.rb