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
Guilherme Vinicius Moreira e81f3108ad Refactoring capistrano 3 tasks
2013-10-22 22:33:07 -02:00
..
extensions Document methods and make documentation uniform for extensions 2013-06-01 12:40:24 +05:30
middleware Minor refactoring of chain 2013-09-12 14:14:17 -07:00
tasks Refactoring capistrano 3 tasks 2013-10-22 22:33:07 -02:00
testing Add dynamic testing 2013-09-23 12:07:23 -07:00
actor.rb Modern celluloid now stable for testing purposes, yay! 2013-06-07 22:15:13 -07:00
api.rb Handle deletion of queued jobs when iterating over a Sidekiq::Queue 2013-10-12 17:56:34 -05:00
capistrano.rb modify capistrano loading to automatically load V2 vs V3 capistrano tasks 2013-10-19 15:56:20 -07:00
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 Rework new resque helpers 2013-09-29 14:24:25 -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 Add Sidekiq::Actor which provides a testable alternative to Celluloid 2013-05-10 22:12:44 -07:00
launcher.rb Whoa, reason is actually an Exception. Didn't know that. 2013-09-22 20:48:17 -07:00
logging.rb Close old logger when rotating, fixes #1008 2013-06-18 13:44:19 -07:00
manager.rb Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194. 2013-09-22 14:05:29 -07:00
paginator.rb Add pagination to Web UI 2012-07-17 22:14:15 -07:00
processor.rb Avoid calling processor during hard shutdown, fixes #997 2013-06-10 22:20:15 -07:00
rails.rb Remove optionality of Rails hooks, #401 2012-09-20 20:04:25 -07:00
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 Remove 'at' property so it doesn't confuse Client 2013-05-24 20:34:26 -07:00
testing.rb Add dynamic testing 2013-09-23 12:07:23 -07:00
util.rb Change watchdog to propagate exceptions so Sidekiq quickly dies, #1194. 2013-09-22 14:05:29 -07:00
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 Display the full Redis connection in Web footer 2013-10-22 16:15:24 +02:00
worker.rb Rework new resque helpers 2013-09-29 14:24:25 -07:00
yaml_patch.rb Not sure what to do with this so it's here if someone wants to use it, #152 2012-04-27 21:44:34 -07:00