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
Kevin Deisz cc1a37d006 Silence Ruby 2.7 warnings (#4412)
Since you can pass kwargs to Logger.new, you need to explicitly handle them in the subclass otherwise you get a warning.
2019-12-31 10:43:01 -08:00
..
extensions Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
middleware Allocate Chain entries lazily 2019-09-14 10:27:46 -07:00
testing Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
web fix style 2019-11-14 14:03:28 -08:00
api.rb payload should exposed as a Hash, fixes #4387 2019-11-22 09:53:44 -08:00
cli.rb Print Rails info at startup (#4383) 2019-11-17 17:50:01 -08:00
client.rb Fix and verify ActiveJob sidekiq_options integration, fixes #4404 2019-12-18 10:59:37 -08:00
delay.rb Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
exception_handler.rb Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
fetch.rb Speedup UnitOfWork#queue_name 2019-09-30 15:42:31 -07:00
job_logger.rb refactor log context to not require context functionality on the logger itself, #4296 2019-10-01 19:19:26 -07:00
job_retry.rb send job to morgue before calling death handlers (#4363) 2019-11-06 03:42:28 -08:00
launcher.rb A couple of random small code cleanups 2019-09-26 07:14:11 -07:00
logger.rb Silence Ruby 2.7 warnings (#4412) 2019-12-31 10:43:01 -08:00
manager.rb StandardRB style fixes 2019-05-30 10:41:47 -07:00
monitor.rb Remove dead code (#4330) 2019-10-09 16:46:10 -07:00
paginator.rb Add ability to sort 'Enqueued' page on Web UI by enqueued_at time 2019-09-09 15:39:47 -07:00
processor.rb Refactor Processor to avoid costly json cloning (#4316) 2019-10-07 21:48:39 -07:00
rails.rb Better ActiveJob integration with Sidekiq options 2019-07-24 10:52:54 -07:00
redis_connection.rb Use SafeNavigation for possible missing value (#4365) 2019-11-06 08:49:34 -08:00
scheduled.rb Get scheduled jobs in batches before pushing into specific queues 2019-09-17 12:43:49 -07:00
testing.rb Require extensions in lib/testing.rb 2019-10-01 08:20:46 -07:00
util.rb Remove dead code (#4330) 2019-10-09 16:46:10 -07:00
version.rb Fix and verify ActiveJob sidekiq_options integration, fixes #4404 2019-12-18 10:59:37 -08:00
web.rb StandardRB style fixes 2019-05-30 10:41:47 -07:00
worker.rb A couple of random small code cleanups 2019-09-26 07:14:11 -07:00