1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib/sidekiq
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
..
extensions Add support for new delay extensions for ActiveRecord and ActionMailer, with example tests in myapp. 2012-02-17 21:24:14 -08:00
middleware Refactor middleware API, this will break anyone using the old API. 2012-02-18 12:12:05 -08:00
cli.rb Speed up shutdown, only pause 5 seconds if necessary 2012-02-17 21:33:17 -08:00
client.rb Refactor middleware API, this will break anyone using the old API. 2012-02-18 12:12:05 -08:00
manager.rb Speed up shutdown, only pause 5 seconds if necessary 2012-02-17 21:33:17 -08:00
processor.rb Refactor middleware API, this will break anyone using the old API. 2012-02-18 12:12:05 -08:00
rails.rb Rename workers to processors. New Railtie support. 2012-01-25 13:32:51 -08:00
redis_connection.rb Redis should be auto-initialized without any configuration on the client-side 2012-02-17 13:52:24 -08:00
testing.rb Update Sidekiq logging to use standard Ruby logger 2012-02-14 09:00:26 -08:00
util.rb One redis accessor to rule them all. 2012-02-17 13:39:36 -08:00
version.rb Housekeeping 2012-02-17 22:04:18 -08:00
worker.rb Add .registered_workers and .registered_queues to Sidekiq::Client 2012-02-15 11:28:19 -08:00