1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/myapp/config
Mike Perham 0973245909 Redis connection API change
old: Sidekiq.redis = Sidekiq::RedisConnection.create(:namespace => 'foo')
new: Sidekiq.redis = { :namespace => 'foo' }
2012-03-01 13:41:12 -08:00
..
environments Update rails app to include smoke testing/demo functionality. 2012-02-07 17:35:14 -08:00
initializers Redis connection API change 2012-03-01 13:41:12 -08:00
locales Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
application.rb Rename workers to processors. New Railtie support. 2012-01-25 13:32:51 -08:00
boot.rb Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
database.yml Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
deploy.rb Add capistrano integration [#52] 2012-02-26 20:36:30 -08:00
environment.rb Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
routes.rb Test busy actor termination 2012-02-18 20:01:29 -08:00