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
Mike Perham c61f21f6fb Fix api
2022-08-04 16:17:47 -07:00
..
extensions
metrics minor fixes 2022-07-29 14:25:03 -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 safe_load our language files 2022-07-29 08:19:47 -07:00
api.rb Fix api 2022-08-04 16:17:47 -07:00
cli.rb Dont require any metrics code without opt-in, fixes 2022-08-04 15:09:53 -07:00
client.rb redis-client: Fix ZADD compatibility () 2022-06-13 06:27:57 -07:00
component.rb Per-job execution metrics () 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 Add a bit of documentation, install yard 2022-06-08 12:26:06 -07:00
job.rb
job_logger.rb
job_retry.rb Enable sidekiq_retry_in to signal :kill or :discard dynamically, fixes () 2022-07-14 15:56:58 -07:00
job_util.rb Prepare for upcoming Sidekiq::Config redesign () 2022-05-31 13:37:31 -07:00
launcher.rb Per-job execution metrics () 2022-07-28 12:21:42 -07:00
logger.rb Fix unsafe add 2022-04-21 10:39:13 -07:00
manager.rb Prepare for upcoming Sidekiq::Config redesign () 2022-05-31 13:37:31 -07:00
monitor.rb
paginator.rb Add a compatibility layer for redis-client () 2022-05-10 12:25:04 -07:00
processor.rb remove jobstr from the exception context, it adds a lot of noise to the log output and is redundant with :job 2022-07-14 15:56:22 -07:00
rails.rb Prepare for upcoming Sidekiq::Config redesign () 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 Prepare for upcoming Sidekiq::Config redesign () 2022-05-31 13:37:31 -07:00
ring_buffer.rb Prepare for upcoming Sidekiq::Config redesign () 2022-05-31 13:37:31 -07:00
scheduled.rb Prepare for upcoming Sidekiq::Config redesign () 2022-05-31 13:37:31 -07:00
sd_notify.rb
systemd.rb
testing.rb Fix drain_all infinite loop after clearing worker with symbolized queue () 2022-05-31 08:33:36 -07:00
transaction_aware_client.rb A bit more polish for the API, 2022-05-06 13:52:38 -07:00
version.rb oops 2022-08-04 15:11:56 -07:00
web.rb Per-job execution metrics () 2022-07-28 12:21:42 -07:00
worker.rb Add transaction-aware client () 2022-05-06 10:10:36 -07:00