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-08-15 14:15:10 -07:00
..
extensions Remove hack for 1.8 support 2012-07-20 20:11:33 -07:00
middleware extract error handling middleware into processor-level code 2012-07-31 14:30:34 -04: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 Support queue-names-with-dashes 2012-08-15 11:46:43 -07:00
client.rb Add unique job ID for every pushed job 2012-08-11 11:47:25 -07:00
core_ext.rb Enable proper inheritance of sidekiq options in worker subclasses [#221] 2012-06-16 20:58:07 -07:00
exception_handler.rb Actually deliver the exception notifications 2012-08-15 14:15:10 -07:00
fetch.rb Removed -s flag, simplified queue logic 2012-07-31 13:58:50 -07:00
logging.rb Prefer Sidekiq.logger, inject message context into all working logging 2012-05-15 19:44:35 -07:00
manager.rb Implemented a strictly ordered queue switch 2012-07-27 15:18:11 -07:00
paginator.rb Add pagination to Web UI 2012-07-17 22:14:15 -07:00
processor.rb Make exclusive opt-in, fixes #347 2012-08-15 09:07:53 -07:00
rails.rb Renaming hook_rails option to enable_rails_extensions 2012-03-26 18:05:33 -05:00
redis_connection.rb Added option to specify the redis driver (hiredis, ..) 2012-07-19 18:04:15 +02:00
scheduled.rb Fix networking errors causing scheduler to die [#309] 2012-07-30 10:23:34 -07:00
testing.rb DRY testing API 2012-06-28 08:46:18 +01:00
util.rb Rework error handling to work with watchdog 2012-08-02 20:48:49 -07:00
version.rb Fix networking errors causing scheduler to die [#309] 2012-07-30 10:23:34 -07:00
web.rb Added a poll action that is meant to be hit with an ajax request, added polling link to index page 2012-07-26 16:08:15 -07:00
worker.rb Remove optional middlewares [#302] 2012-07-20 20:11:16 -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