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 b4d124dbe2 bump
2018-02-06 09:31:23 -08:00
..
extensions Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
middleware Use active record cache when available 2018-01-12 09:00:36 -08:00
testing Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
web Force Redis 4.x now, fixes #3748 2018-02-06 08:58:55 -08:00
api.rb rename API to death handlers for consistency 2018-01-31 10:22:22 -08:00
cli.rb Allow dynamic signal handlers 2018-01-29 12:20:08 -08:00
client.rb Make Sidekiq::Client.via reentrant, fixes #3715 2018-01-10 09:53:57 -08:00
core_ext.rb Remove core_ext usage 2017-06-05 10:45:39 -07:00
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 Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
job_logger.rb Rescue at the method level in JobLogger (#3464) 2017-05-08 12:50:36 -07:00
job_retry.rb rename API to death handlers for consistency 2018-01-31 10:22:22 -08:00
launcher.rb Switch default quiet signal to TSTP as it is available on JRuby, fixes #3302 (#3302) 2017-01-03 15:24:48 -08:00
logging.rb Use of logger outside of Sidekiq server process, fixes #3714 2018-01-10 10:04:09 -08:00
manager.rb Exceptions raised during the startup event should kill the process, fixes #3717 2018-01-11 09:37:55 -08:00
paginator.rb Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
processor.rb Polish job failure notification 2018-01-15 10:39:32 -08:00
rails.rb Use active record cache when available 2018-01-12 09:00:36 -08: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 Push constantize impl to where it is used. 2017-05-15 14:57:03 -07:00
util.rb Remove unused code 2018-01-11 09:38:05 -08:00
version.rb bump 2018-02-06 09:31:23 -08:00
web.rb class attributes must inherit or we break Pro UI extensions 2016-10-17 11:16:26 -07:00
worker.rb Refactor Worker.set impl so it can be memoized, fixes #3602 2017-09-12 10:49:05 -07:00