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
2022-05-11 17:54:48 -07:00
..
middleware
testing
web Remove support for redis-namespace and old Redis 2022-05-11 12:24:22 -07:00
api.rb
cli.rb
client.rb Replace disconnect! with the more idiomatic close 2022-05-11 17:54:48 -07:00
exception_handler.rb
fetch.rb
job.rb Replace constantize with const_get since we require Ruby 2.7 now 2022-05-11 17:34:56 -07:00
job_logger.rb
job_retry.rb
job_util.rb
launcher.rb
logger.rb
manager.rb
monitor.rb
paginator.rb
processor.rb Replace constantize with const_get since we require Ruby 2.7 now 2022-05-11 17:34:56 -07:00
rails.rb
redis_client_adapter.rb Replace disconnect! with the more idiomatic close 2022-05-11 17:54:48 -07:00
redis_connection.rb Remove support for redis-namespace and old Redis 2022-05-11 12:24:22 -07:00
scheduled.rb
sd_notify.rb
systemd.rb
testing.rb Replace constantize with const_get since we require Ruby 2.7 now 2022-05-11 17:34:56 -07:00
transaction_aware_client.rb
util.rb
version.rb
web.rb
worker_compatibility_alias.rb