1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/test
Mike Perham 6af6a86369 Refactor middleware API, this will break anyone using the old API.
e.g.
Sidekiq::Processor.middleware => Sidekiq.server_middleware
Sidekiq::Client.middleware => Sidekiq.client_middleware
2012-02-18 12:12:05 -08:00
..
config.yml Refactor options parsing from config file 2012-02-16 10:51:26 -08:00
fake_env.rb CLI testing. Not great but integration testing is tough. 2012-02-12 19:53:34 -08:00
helper.rb Update Sidekiq logging to use standard Ruby logger 2012-02-14 09:00:26 -08:00
test_cli.rb Standardize on concurrency, not processor_count 2012-02-16 09:45:55 -08:00
test_client.rb Refactor middleware API, this will break anyone using the old API. 2012-02-18 12:12:05 -08:00
test_manager.rb One redis accessor to rule them all. 2012-02-17 13:39:36 -08:00
test_middleware.rb Refactor middleware API, this will break anyone using the old API. 2012-02-18 12:12:05 -08:00
test_processor.rb First pass at Resque-compatible processing stats 2012-02-10 23:16:12 -08:00
test_stats.rb One redis accessor to rule them all. 2012-02-17 13:39:36 -08:00
test_testing.rb Rework redis connections so that the manager and 2012-02-11 13:14:03 -08:00