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-09-30 12:09:15 -07:00
..
extensions Improve logging of .delay jobs, closes #4904 2021-05-24 12:29:45 -07:00
middleware Helper middleware to preserve implicit context? (#4982) 2021-09-08 15:24:41 -07:00
testing Use standardrb for source styling (#4114) 2019-04-01 09:20:41 -07:00
web Persist live poll status in browser localStorage (#4976) 2021-08-30 12:31:41 -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 updated Sidekiq::Client.push_bulk to support ActiveSupport::Duration in the at argument (#4996) 2021-09-20 17:56:07 -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 Use TIMEOUT constant instead of hardcoded 2 second sleep (#4952) 2021-08-19 10:52:24 -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 Update standard gem 2021-05-24 12:30:03 -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 Define Reloader class before callback that uses it (#4561) 2020-05-11 08:31:48 -07:00
redis_connection.rb Bump standard, style fixes 2020-06-17 15:15:20 -07:00
scheduled.rb Minimize scheduler load on Redis, closes #4882 2021-05-03 13:13:38 -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 bump 2021-09-08 15:30:32 -07:00
web.rb standard formtatting 2021-06-22 10:35:10 -07:00
worker.rb Support ActiveJob’s wait_until (#5003) 2021-09-28 11:24:17 -07:00