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-06-25 21:10:46 -07:00
..
extensions Document methods and make documentation uniform for extensions 2013-06-01 12:40:24 +05:30
middleware Refactor sidekiq_retry_in impl 2013-06-25 21:10:46 -07:00
testing
actor.rb Modern celluloid now stable for testing purposes, yay! 2013-06-07 22:15:13 -07:00
api.rb Adding 'add to queue' to the list of scheduled jobs on monitor interface 2013-06-21 23:43:06 -03:00
capistrano.rb add capistrano option sidekiq_default_hooks with compatibility 2013-06-03 13:01:29 +02:00
cli.rb make cleanup unnecessary by using expire 2013-05-31 09:43:11 -07:00
client.rb Remove 'at' property so it doesn't confuse Client 2013-05-24 20:34:26 -07:00
core_ext.rb
exception_handler.rb Revert "Use ExceptionNotifier.notify_exception" 2013-05-24 11:10:14 -07:00
fetch.rb
launcher.rb
logging.rb Close old logger when rotating, fixes #1008 2013-06-18 13:44:19 -07:00
manager.rb Dont use #tap on Actors! 2013-06-12 15:16:19 -07:00
paginator.rb
processor.rb Avoid calling processor during hard shutdown, fixes #997 2013-06-10 22:20:15 -07:00
rails.rb
redis_connection.rb
scheduled.rb Remove 'at' property so it doesn't confuse Client 2013-05-24 20:34:26 -07:00
testing.rb More cleanup 2013-05-30 21:16:56 -07:00
util.rb Generate a random hex string as the process id since Process.pid is not supported on all platforms (specifically, does not work on Heroku) 2013-06-20 10:58:53 -07:00
version.rb Dont save i18n locale if already set, fixes #1011 2013-06-19 08:33:28 -07:00
web.rb Use !empty? instead of any? 2013-06-24 22:38:03 +02:00
worker.rb Refactor sidekiq_retry_in impl 2013-06-25 21:10:46 -07:00
yaml_patch.rb