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-09-23 14:31:35 -07:00
..
metrics Minimize metrics overhead, disable hourly/daily aggregates for now since we dont use them, expire histograms quicker 2022-09-22 11:19:12 -07:00
middleware Adjust CurrentAttributes to use String, fixes #5536 2022-09-20 14:10:26 -07:00
testing
web use global redis with web UI 2022-09-08 08:47:11 -07:00
api.rb Sharding testing and fixes 2022-09-15 08:54:39 -07:00
capsule.rb Name our connection pools so we can see them allocated in log output 2022-09-15 13:01:31 -07:00
cli.rb polish banner 2022-09-23 14:31:35 -07:00
client.rb merge main 2022-09-02 10:29:29 -07:00
component.rb bugfixes for Pro 6.0 2022-08-30 11:51:23 -07:00
config.rb polish 2022-09-22 14:07:36 -07:00
deploy.rb Add deploy mark uniqueness 2022-09-22 11:37:33 -07:00
embedded.rb polish 2022-09-22 14:07:36 -07:00
fetch.rb refactor fetch timeout to avoid warning on Ruby 2.7 2022-09-09 10:41:07 -07:00
job.rb Sharding testing and fixes 2022-09-15 08:54:39 -07:00
job_logger.rb Introduce Sidekiq::Capsule (#5487) 2022-08-25 10:15:11 -07:00
job_retry.rb Introduce Sidekiq::Capsule (#5487) 2022-08-25 10:15:11 -07:00
job_util.rb Introduce Sidekiq::Capsule (#5487) 2022-08-25 10:15:11 -07:00
launcher.rb polish 2022-09-22 14:07:36 -07:00
logger.rb Introduce Sidekiq::Capsule (#5487) 2022-08-25 10:15:11 -07:00
manager.rb Fix metrics tracking, more work on embed 2022-08-29 09:18:44 -07:00
monitor.rb
paginator.rb
pool.rb Introduce Sidekiq::Capsule (#5487) 2022-08-25 10:15:11 -07:00
processor.rb Introduce Sidekiq::Capsule (#5487) 2022-08-25 10:15:11 -07:00
rails.rb Prepare for upcoming Sidekiq::Config redesign (#5340) 2022-05-31 13:37:31 -07:00
redis_client_adapter.rb Remove much of the redis-client compat layer 2022-09-01 14:51:16 -07:00
redis_connection.rb latest dependencies 2022-09-15 13:05:32 -07:00
ring_buffer.rb Prepare for upcoming Sidekiq::Config redesign (#5340) 2022-05-31 13:37:31 -07:00
scheduled.rb use global redis with web UI 2022-09-08 08:47:11 -07:00
sd_notify.rb
systemd.rb
testing.rb bugfixes for Pro 6.0 2022-08-30 11:51:23 -07:00
transaction_aware_client.rb Introduce Sidekiq::Capsule (#5487) 2022-08-25 10:15:11 -07:00
version.rb beta 2022-09-21 09:20:49 -07:00
web.rb remove metrics beta gate 2022-08-24 11:21:58 -07:00
worker_compatibility_alias.rb