1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
David Czarnecki 3f0d7e32a4 Allow for default number of retry attempts to be set for RetryJobs middleware.
* Adds `max_retries` option to RetryJobs middleware. Default is still 25. This
  way you can still retry jobs, but not have it spread out over such a long
  period.

Modify `Sidekiq::Middleware::Chain#add` semantics

* If middleware class already exists in the chain, remove the
  existing class and add it with possibly new arguments.
2013-08-01 16:23:50 -04:00
..
config.yml
env_based_config.yml
fake_env.rb
helper.rb
test_api.rb
test_cli.rb
test_client.rb
test_exception_handler.rb
test_extensions.rb
test_fetch.rb
test_manager.rb
test_middleware.rb Allow for default number of retry attempts to be set for RetryJobs middleware. 2013-08-01 16:23:50 -04:00
test_processor.rb
test_redis_connection.rb
test_retry.rb Allow for default number of retry attempts to be set for RetryJobs middleware. 2013-08-01 16:23:50 -04:00
test_scheduled.rb
test_scheduling.rb
test_sidekiq.rb
test_testing.rb
test_testing_inline.rb
test_util.rb
test_web.rb