.. |
extensions
|
Always use String keys with setter hash, fixes #5192
|
2022-02-09 08:42:18 -08:00 |
middleware
|
Merge new attributes if existing attributes, fixes #5090
|
2021-12-09 13:14:59 -08:00 |
testing
|
Use standardrb for source styling (#4114)
|
2019-04-01 09:20:41 -07:00 |
web
|
Include display_class in set of UI-ignored keys
|
2022-01-26 17:02:02 -08:00 |
api.rb
|
Add keyword arguments handler in Sidekiq::JobRecord#display_args (#5134)
|
2022-01-29 09:04:29 -08:00 |
cli.rb
|
Avoid mutating ARGV (#5222)
|
2022-02-26 08:33:19 -08:00 |
client.rb
|
Don’t document this
|
2022-02-15 17:16:05 -08:00 |
delay.rb
|
Use Kernel.warn for deprecation of delay extension. (#5185)
|
2022-02-05 12:46:25 -08:00 |
exception_handler.rb
|
Use standardrb for source styling (#4114)
|
2019-04-01 09:20:41 -07:00 |
fetch.rb
|
Fix deprecated uses of Redis#pipelined and Redis#multi (#5139)
|
2022-01-24 08:18:16 -08: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
|
RDoc improvements
|
2021-12-09 13:06:29 -08:00 |
job_util.rb
|
Remove parallel code paths caused by "push" and "push_bulk" (#5182)
|
2022-02-15 17:14:45 -08:00 |
launcher.rb
|
Fix lingering command pipelining to Redis instance (#5173)
|
2022-02-03 08:30:44 -08:00 |
logger.rb
|
Tweak job logger to reduce overhead, 3-4% speedup
|
2022-01-26 16:57:43 -08:00 |
manager.rb
|
Pause hard shutdown to give time for ensure cleanup, fixes #5095
|
2021-12-14 11:53:00 -08: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
|
Fix another pipeline block warning
|
2022-02-04 12:06:16 -08:00 |
processor.rb
|
Fetch API refactor, WIP (#4602)
|
2020-06-19 08:39:18 -07:00 |
rails.rb
|
Fix stack level too deep when Sidekiq.logger == Rails.logger (#5065)
|
2021-11-22 09:48:30 -08:00 |
redis_connection.rb
|
Fix Uncaught exception: can't dump IO (#5022)
|
2021-10-12 17:14:55 -07:00 |
scheduled.rb
|
Fix deprecation warning when using redis-namespace (#5066)
|
2021-11-23 09:13:20 -08: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
|
Prefer warn over puts so these can be suppressed (#4879)
|
2021-04-20 07:50:11 -07:00 |
util.rb
|
Pause hard shutdown to give time for ensure cleanup, fixes #5095
|
2021-12-14 11:53:00 -08:00 |
version.rb
|
changes
|
2022-01-27 08:45:13 -08:00 |
web.rb
|
Update dev dependencies, fix issues
|
2022-02-04 14:06:08 -08:00 |
worker.rb
|
Add perform_sync alias, fixes #5208
|
2022-02-22 08:08:03 -08:00 |