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
2016-11-23 20:08:27 -08:00
..
extensions Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
middleware Merge branch 'master' into frozen 2016-04-21 13:15:00 -07:00
testing Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
web Remove unused method 2016-11-23 20:08:27 -08:00
api.rb Put source encoding comment as line for (j)ruby 1.9 compatibility (#3255) 2016-11-22 20:39:00 -08:00
cli.rb Put source encoding comment as line for (j)ruby 1.9 compatibility (#3255) 2016-11-22 20:39:00 -08:00
client.rb Handle case of no jobs to push_bulk, fixes #2997 2016-05-31 10:05:16 -07:00
core_ext.rb Add supress_warnings API, so we can quietly redefine methods in Pro/Ent 2016-11-23 14:25:41 -08:00
exception_handler.rb Merge branch 'master' into frozen 2016-04-21 13:15:00 -07:00
fetch.rb Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
launcher.rb Put source encoding comment as line for (j)ruby 1.9 compatibility (#3255) 2016-11-22 20:39:00 -08:00
logging.rb Merge branch 'master' into frozen 2016-04-21 13:15:00 -07:00
manager.rb Put source encoding comment as line for (j)ruby 1.9 compatibility (#3255) 2016-11-22 20:39:00 -08:00
paginator.rb Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
processor.rb Use Rails executor if code reloading is disabled (#3221) 2016-11-12 09:17:36 -05:00
rails.rb Monkeypatch Psych to enable Rails autoloading (#3227) 2016-11-22 09:21:16 -08:00
redis_connection.rb Symbolize keys in options hash for RedisConnection.create 2016-05-26 12:50:37 +07:00
scheduled.rb Fix Ruby warnings, thanks for the reminder @nateberkopec 2016-08-30 13:29:03 -07:00
testing.rb Prevent an infinite loop when the job queue is not the worker default 2016-09-19 10:42:19 +01:00
util.rb Provide consistent interface to exception handlers (#3161) 2016-09-26 13:51:13 -07:00
version.rb Add new appraise task to verify Sidekiq job processing in Rails 4/5 dev/prod, #3241 2016-11-22 09:32:36 -08:00
web.rb class attributes must inherit or we break Pro UI extensions 2016-10-17 11:16:26 -07:00
worker.rb Fix the error in worker#perform_in about interval type (#3170) 2016-09-30 02:31:08 -07:00