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
2013-10-28 13:02:13 -02:00
..
extensions
middleware Clean up retries 2013-10-25 22:10:55 -07:00
tasks Add config option to disable default hooks. 2013-10-28 13:02:13 -02:00
testing
actor.rb
api.rb Use multi to allow for fewer Redis connections 2013-10-23 22:36:13 -05:00
capistrano.rb Fixed uninitialized constant Capistrano::VERSION (NameError) 2013-10-28 14:35:12 +10:30
capistrano2.rb modify capistrano loading to automatically load V2 vs V3 capistrano tasks 2013-10-19 15:56:20 -07:00
cli.rb Use resolv-replace so slow DNS lookups don't slow or halt Sidekiq 2013-10-16 20:32:15 -07:00
client.rb Clean up deprecations 2013-10-23 21:58:15 -07:00
core_ext.rb Allow dynamic sidekiq-web locale paths, for localized extensions, fixes #1261 2013-10-21 12:07:18 -07:00
exception_handler.rb
fetch.rb
launcher.rb
logging.rb
manager.rb
paginator.rb
processor.rb
rails.rb
redis_connection.rb don't use the original options in client_opts, it's being used for the pool 2013-10-21 21:37:33 +02:00
scheduled.rb
testing.rb Rejigger Sidekiq::Client to be instance-based, #1279 2013-10-23 21:49:37 -07:00
util.rb
version.rb Use resolv-replace so slow DNS lookups don't slow or halt Sidekiq 2013-10-16 20:32:15 -07:00
web.rb Allow dynamic sidekiq-web locale paths, for localized extensions, fixes #1261 2013-10-21 12:07:18 -07:00
web_helpers.rb Allow polling and paging parameters to work together in Sidekiq web ui 2013-10-25 22:51:24 -05:00
worker.rb
yaml_patch.rb