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
2021-11-06 18:12:09 -07:00
..
extensions Improve logging of .delay jobs, closes #4904 2021-05-24 12:29:45 -07:00
middleware Fix keyword args issue on Ruby 3.0 2021-11-06 18:12:09 -07:00
testing Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
web Refresh javascripts (#5036) 2021-11-01 09:55:17 -07:00
api.rb Preserve behaviour of fetch_stats! returning stats. (#5001) 2021-09-27 08:43:15 -07:00
cli.rb Stringify queue name to handle symbols from YAML cfg, fixes #5006 2021-09-30 12:09:15 -07:00
client.rb Use Redis.pipelined instead of Redis.multi (#5043) 2021-11-02 07:49:34 -07:00
delay.rb Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
exception_handler.rb Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
fetch.rb Remove multithreaded writes to the same Array when using JRuby, fixes #5031 2021-10-21 11:39:12 -07:00
job.rb Pull in Sidekiq::Job by default 2021-09-08 15:42:22 -07:00
job_logger.rb Improve logging of .delay jobs, closes #4904 2021-05-24 12:29:45 -07:00
job_retry.rb Reduce retry jitter, add jitter to sidekiq_retry_in, closes #4957 2021-08-09 10:48:16 -07:00
launcher.rb merge 2021-11-01 10:46:23 -07:00
logger.rb Fix logger with from deleting existing context (#4770) 2020-12-23 12:44:35 -08:00
manager.rb Upgrade standard, code style fixes 2020-08-28 12:40:19 -07:00
monitor.rb Bump standard, fix style issues 2020-03-17 13:38:48 -07:00
paginator.rb Add ability to sort 'Enqueued' page on Web UI by enqueued_at time 2019-09-09 15:39:47 -07:00
processor.rb Fetch API refactor, WIP (#4602) 2020-06-19 08:39:18 -07:00
rails.rb standard styling 2021-10-12 13:33:14 -07:00
redis_connection.rb Fix Uncaught exception: can't dump IO (#5022) 2021-10-12 17:14:55 -07:00
scheduled.rb Change scheduler to use Lua-based script (#5044) 2021-11-05 09:19:25 -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 Prefer warn over puts so these can be suppressed (#4879) 2021-04-20 07:50:11 -07:00
util.rb Standard!!! 2021-03-30 16:47:01 -07:00
version.rb Fix keyword args issue on Ruby 3.0 2021-11-06 18:12:09 -07:00
web.rb standard formtatting 2021-06-22 10:35:10 -07:00
worker.rb Implement Sidekiq::Worker.perform_bulk (#5042) 2021-11-02 09:54:44 -07:00