.. |
middleware
|
Remove "worker" from codebase where possible
|
2022-03-03 12:37:25 -08:00 |
testing
|
Remove "worker" from codebase where possible
|
2022-03-03 12:37:25 -08:00 |
web
|
Start redis adapter cleanup
|
2022-05-12 08:42:07 -07:00 |
api.rb
|
remove unused method
|
2022-05-10 14:29:44 -07:00 |
cli.rb
|
Print a warning for old Rails version, don't raise
|
2022-05-13 14:53:02 -07:00 |
client.rb
|
Replace disconnect! with the more idiomatic close
|
2022-05-11 17:54:48 -07: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
|
Replace constantize with const_get since we require Ruby 2.7 now
|
2022-05-11 17:34:56 -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
|
Remove "worker" from codebase where possible
|
2022-03-03 12:37:25 -08:00 |
job_util.rb
|
remove deprecated apis, enable new defaults
|
2022-05-13 14:56:26 -07:00 |
launcher.rb
|
Add a compatibility layer for redis-client (#5298)
|
2022-05-10 12:25:04 -07:00 |
logger.rb
|
Fix unsafe add
|
2022-04-21 10:39:13 -07:00 |
manager.rb
|
Log incomplete job data at DEBUG level, fixes #5301
|
2022-04-26 15:51:25 -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
|
Replace constantize with const_get since we require Ruby 2.7 now
|
2022-05-11 17:34:56 -07:00 |
rails.rb
|
Remove "worker" from codebase where possible
|
2022-03-03 12:37:25 -08:00 |
redis_client_adapter.rb
|
Start redis adapter cleanup
|
2022-05-12 08:42:07 -07:00 |
redis_connection.rb
|
Remove support for redis-namespace and old Redis
|
2022-05-11 12:24:22 -07:00 |
scheduled.rb
|
Add a compatibility layer for redis-client (#5298)
|
2022-05-10 12:25:04 -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
|
Replace constantize with const_get since we require Ruby 2.7 now
|
2022-05-11 17:34:56 -07:00 |
transaction_aware_client.rb
|
A bit more polish for the API, #5291
|
2022-05-06 13:52:38 -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
|
A bit more polish for the API, #5291
|
2022-05-06 13:52:38 -07:00 |
web.rb
|
remove deprecated apis, enable new defaults
|
2022-05-13 14:56:26 -07:00 |
worker_compatibility_alias.rb
|
Swap Sidekiq::Worker and Sidekiq::Job
|
2022-05-10 14:43:25 -07:00 |