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-08 07:29:31 -07:00
..
extensions Always use String keys with setter hash, fixes #5192 2022-02-09 08:42:18 -08:00
metrics fix missing rfc3339 method 2022-08-17 10:15:45 -07:00
middleware Optimization: do not create cattr unless it has contents 2022-07-28 15:54:56 -07:00
testing Remove "worker" from codebase where possible 2022-03-03 12:37:25 -08:00
web fix 5514 - handle consecutive delimiters in hostnames while sorting them (#5515) 2022-09-08 07:29:31 -07:00
api.rb Sidekiq.options, not .config, fixes #5491 2022-08-24 10:21:59 -07:00
cli.rb Dont require any metrics code without opt-in, fixes #5456 2022-08-04 15:09:53 -07:00
client.rb Redis-rb 4.8.0 compatibility, fixes #5484 2022-08-22 13:27:37 -07:00
component.rb Per-job execution metrics (#5384) 2022-07-28 12:21:42 -07:00
delay.rb Add a bit of documentation, install yard 2022-06-08 12:26:06 -07:00
fetch.rb Redis-rb 4.8.0 compatibility, fixes #5484 2022-08-22 13:27:37 -07:00
job.rb Pull in Sidekiq::Job by default 2021-09-08 15:42:22 -07:00
job_logger.rb Tweak job logger to reduce overhead, 3-4% speedup 2022-01-26 16:57:43 -08:00
job_retry.rb require sidekiq/component, fixes #5462 2022-08-10 13:40:25 -07:00
job_util.rb Prepare for upcoming Sidekiq::Config redesign (#5340) 2022-05-31 13:37:31 -07:00
launcher.rb Redis-rb 4.8.0 compatibility, fixes #5484 2022-08-22 13:27:37 -07:00
logger.rb Fix unsafe add 2022-04-21 10:39:13 -07:00
manager.rb Prepare for upcoming Sidekiq::Config redesign (#5340) 2022-05-31 13:37:31 -07:00
monitor.rb Exit sidekiqmon with non-zero exit code if an error occurs (#5196) 2022-02-15 07:05:07 -08:00
paginator.rb Add a compatibility layer for redis-client (#5298) 2022-05-10 12:25:04 -07:00
processor.rb Remove another usage of API within server code 2022-08-05 10:54:54 -07:00
rails.rb Prepare for upcoming Sidekiq::Config redesign (#5340) 2022-05-31 13:37:31 -07:00
redis_client_adapter.rb Refactor redis client adapter to be standalone and remove unnecessary namespacing 2022-05-10 12:52:43 -07:00
redis_connection.rb Don't support Redis 5, as we are moving to redis-client 2022-08-24 10:20:09 -07:00
ring_buffer.rb Prepare for upcoming Sidekiq::Config redesign (#5340) 2022-05-31 13:37:31 -07:00
scheduled.rb occasionally clean up the processes set 2022-09-07 16:21:07 -07:00
sd_notify.rb (docs) YARD annotations (#4563) 2020-05-13 07:10:51 -07:00
systemd.rb Rework systemd integration so it does not activate when run in other binaries, like sidekiqswarm or a custom Sidekiq launcher, #4511 2020-03-26 13:07:45 -07:00
testing.rb Fix drain_all infinite loop after clearing worker with symbolized queue (#5352) 2022-05-31 08:33:36 -07:00
transaction_aware_client.rb A bit more polish for the API, #5291 2022-05-06 13:52:38 -07:00
version.rb bump 2022-08-24 12:41:24 -07:00
web.rb Rack 2/3 compat: header keys must be lower-case 2022-08-11 07:22:29 -07:00
worker.rb Update comments around job class options (#5500) 2022-08-30 08:13:10 -07:00