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
2018-04-26 14:02:03 -07:00
..
extensions Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
middleware Add missing preamble for @krzysiek1507, #3759 2018-03-15 09:00:53 -07:00
testing Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
web Missed a few 2018-02-17 14:09:28 -08:00
api.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
cli.rb Issue 3775 - Fixed Ctrl-C exception on Windows. 2018-02-26 09:59:05 -08:00
client.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
core_ext.rb Remove core_ext usage 2017-06-05 10:45:39 -07:00
delay.rb Add missing preamble for @krzysiek1507, #3759 2018-03-15 09:00:53 -07: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 Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
job_logger.rb Add missing preamble for @krzysiek1507, #3759 2018-03-15 09:00:53 -07:00
job_retry.rb Refactor, changes 2018-03-22 09:13:21 -07:00
launcher.rb Implement our own atomic counter, #3830 2018-04-23 15:46:58 -07:00
logging.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
manager.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
paginator.rb Freeze all string literals in source, fixes #2741 2015-12-31 15:33:35 -08:00
processor.rb Remove concurrent-ruby dependency, fixes #3830 2018-04-26 14:02:03 -07:00
rails.rb Revert "Use active record cache when available" 2018-02-15 10:02:52 -08:00
redis_connection.rb Use RAILS_MAX_THREADS for client pool size 2018-03-27 15:46:57 -07:00
scheduled.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
testing.rb Push constantize impl to where it is used. 2017-05-15 14:57:03 -07:00
util.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
version.rb changes, release 2018-04-02 09:04:41 -07:00
web.rb Missed a few 2018-02-17 14:09:28 -08:00
worker.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00