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-09-02 15:39:27 -07:00
..
extensions Add extension to delay any arbitrary class method to Sidekiq. 2012-08-16 16:43:01 -07:00
middleware Fix a few more Exception leaks 2012-08-29 20:20:20 -07:00
testing Inline testing should pass arguments through json 2012-06-01 16:37:50 +03:00
capistrano.rb allow custom pid file for capistrano 2012-08-21 23:24:27 -05:00
cli.rb Support queue-names-with-dashes 2012-08-15 11:46:43 -07:00
client.rb Require SecureRandom 2012-08-23 18:03:56 +01: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 Explicitly terminate processor before pushing back, #377 2012-08-29 09:04:59 -07:00
paginator.rb Add pagination to Web UI 2012-07-17 22:14:15 -07:00
processor.rb enable thread tasks 2012-09-02 15:39:27 -07:00
rails.rb Add extension to delay any arbitrary class method to Sidekiq. 2012-08-16 16:43:01 -07:00
redis_connection.rb Added option to specify the redis driver (hiredis, ..) 2012-07-19 18:04:15 +02:00
scheduled.rb Update lib/sidekiq/scheduled.rb 2012-08-16 11:42:57 +03:00
testing.rb DRY testing API 2012-06-28 08:46:18 +01:00
util.rb Fix a few more Exception leaks 2012-08-29 20:20:20 -07:00
version.rb prepare for 2.2.1 release 2012-08-22 19:31:02 -07:00
web.rb simplify number_with_delimiter 2012-08-31 21:50:19 -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