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
2012-07-17 22:14:15 -07:00
..
extensions Ensure delay time is float 2012-05-25 20:28:48 -07:00
middleware Update old middleware chain rdoc 2012-07-17 11:06:10 -07:00
testing Inline testing should pass arguments through json 2012-06-01 16:37:50 +03:00
capistrano.rb fix command to use -d for directory 2012-06-19 17:20:57 -07:00
cli.rb Log thread stacktraces via Sidekiq.logger 2012-07-04 10:58:46 +03:00
client.rb Handle Redis#zadd return value correctly 2012-06-20 16:24:23 -06:00
core_ext.rb Enable proper inheritance of sidekiq options in worker subclasses [#221] 2012-06-16 20:58:07 -07:00
fetch.rb Bloody hack to shutdown the Fetcher quickly, since Celluloid's terminate is not working as I expect 2012-05-11 21:25:38 -07:00
logging.rb Prefer Sidekiq.logger, inject message context into all working logging 2012-05-15 19:44:35 -07:00
manager.rb Defer loading message JSON until a full stack is available. 2012-06-21 20:51:47 -07:00
paginator.rb Add pagination to Web UI 2012-07-17 22:14:15 -07:00
processor.rb Use Celluloid's exclusive mode to avoid tiny Fiber stack 2012-06-29 20:37:45 -07:00
rails.rb Renaming hook_rails option to enable_rails_extensions 2012-03-26 18:05:33 -05:00
redis_connection.rb Fallback to connection pool size of 5 (same as ActiveRecord's default) on client-side. 2012-04-09 08:57:47 -07:00
scheduled.rb fix poll interval for scheduling 2012-07-15 23:11:38 -07:00
testing.rb DRY testing API 2012-06-28 08:46:18 +01:00
util.rb Prefer Sidekiq.logger, inject message context into all working logging 2012-05-15 19:44:35 -07:00
version.rb Remove defer hack which caused Sidekiq to use more connections and memory than necessary 2012-07-17 07:11:11 -07:00
web.rb Add pagination to Web UI 2012-07-17 22:14:15 -07:00
worker.rb Updated rdoc 2012-06-28 08:52:55 +01: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