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
Mike Perham ee895924bd Make Sidekiq::Client.via reentrant, fixes #3715
Seems like an easy fix?
2018-01-10 09:53:57 -08:00
..
extensions
middleware
testing
web Removal Of warninig message by not allowing to create singleton method if already created 2017-12-18 07:41:54 -08:00
api.rb JobSet#each goes through elements in descending score order 2017-11-01 16:12:51 -07:00
cli.rb whoops, missed a few 2017-12-08 13:26:50 -08:00
client.rb Make Sidekiq::Client.via reentrant, fixes #3715 2018-01-10 09:53:57 -08:00
core_ext.rb
delay.rb Ensure Sidekiq.enable_delay! does not break Psych. 2017-07-29 08:49:54 +02:00
exception_handler.rb Log at error level on redis exceptions and then warn for exception 2017-11-30 10:11:16 -08:00
fetch.rb
job_logger.rb
job_retry.rb Unified Job kill via Sidekiq::DeadSet#kill 2017-08-11 12:33:12 -07:00
launcher.rb
logging.rb Ensure TID changes after fork, fixes #3685 2017-12-08 13:24:21 -08:00
manager.rb
paginator.rb
processor.rb load constants from within nested namespace rather than prioriting root 2017-12-20 06:47:53 -08:00
rails.rb Added warning to STDERR if we detect Rails 3.x (< 4) about Sidekiq not supporting this version any more 2017-10-26 13:18:59 -07:00
redis_connection.rb Change "really needs" to "must" in redis_connection.rb 2017-11-07 09:24:58 -08:00
scheduled.rb remove unnecessary options, #3677 2017-11-30 10:12:39 -08:00
testing.rb
util.rb Ensure TID changes after fork, fixes #3685 2017-12-08 13:24:21 -08:00
version.rb bump 2017-12-05 10:15:25 -08:00
web.rb
worker.rb Refactor Worker.set impl so it can be memoized, fixes #3602 2017-09-12 10:49:05 -07:00