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
Rachael Ludwick 4a7da4302d Log at error level on redis exceptions and then warn for exception
Backout previous change to the exception handler signature and instead
just log at error level the main part of the redis exception then just
use the original exception handler as-is (at warn level) for the
backtrace. This is a compromise in compatibility insofar as the
backtrace is now at a lower log level, but alerting specifically on
these error strings likely uses the main error strings explicitly logged
before the very verbose backtrace.
2017-11-30 10:11:16 -08:00
..
extensions
middleware
testing
web Update redis gem to avoid using the deprecated client API, fixes #3617 2017-09-28 21:43:41 -07:00
api.rb JobSet#each goes through elements in descending score order 2017-11-01 16:12:51 -07:00
cli.rb Fix message when require file could not be found 2017-11-12 12:49:02 -08:00
client.rb
core_ext.rb
delay.rb
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
launcher.rb
logging.rb
manager.rb
paginator.rb
processor.rb Log at error level on redis exceptions and then warn for exception 2017-11-30 10:11:16 -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 Log at error level on redis exceptions and then warn for exception 2017-11-30 10:11:16 -08:00
testing.rb
util.rb
version.rb Refactor Worker.set impl so it can be memoized, fixes #3602 2017-09-12 10:49:05 -07:00
web.rb
worker.rb Refactor Worker.set impl so it can be memoized, fixes #3602 2017-09-12 10:49:05 -07:00