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-11-03 10:04:41 -08:00
..
extensions
middleware Clean up retries 2013-10-25 22:10:55 -07:00
tasks Only cd into current_path if pid file exists. 2013-10-29 15:21:47 -02:00
testing Add dynamic testing 2013-09-23 12:07:23 -07:00
actor.rb
api.rb Use multi to allow for fewer Redis connections 2013-10-23 22:36:13 -05:00
capistrano.rb Fix Capistrano::Version name error. 2013-10-28 13:21:33 -02:00
capistrano2.rb modify capistrano loading to automatically load V2 vs V3 capistrano tasks 2013-10-19 15:56:20 -07:00
cli.rb Revert resolv-replace usage, not necessary anymore 2013-10-30 20:37:22 -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 don't fail when handling an exception with a nil backtrace 2013-10-07 15:00:20 +01:00
fetch.rb
launcher.rb Whoa, reason is actually an Exception. Didn't know that. 2013-09-22 20:48:17 -07:00
logging.rb
manager.rb Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194. 2013-09-22 14:05:29 -07:00
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 Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194. 2013-09-22 14:05:29 -07:00
version.rb Changes update, bump version 2013-10-30 20:37:38 -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 Explicatification of Rack's namespace location 2013-11-03 10:04:41 -08:00
worker.rb Rework new resque helpers 2013-09-29 14:24:25 -07:00
yaml_patch.rb