Class: SidekiqUniqueJobs::Orphans::NullReaper
- Defined in:
- lib/sidekiq_unique_jobs/orphans/null_reaper.rb
Overview
Note:
this is a much slower version of the lua script but does not crash redis
Class DeleteOrphans provides deletion of orphaned digests
Constant Summary
Constants inherited from Reaper
Instance Attribute Summary
Attributes inherited from Reaper
Instance Method Summary collapse
-
#call ⇒ Integer
Delete orphaned digests.
Methods inherited from Reaper
call, #config, #initialize, #reaper, #reaper_count, #reaper_timeout
Methods included from JSON
dump_json, load_json, safe_load_json
Methods included from Logging
#build_message, included, #log_debug, #log_error, #log_fatal, #log_info, #log_warn, #logger, #logging_context, #with_configured_loggers_context, #with_logging_context
Methods included from Script::Caller
call_script, debug_lua, do_call, extract_args, max_history, normalize_argv, now_f, redis_version
Methods included from Connection
Constructor Details
This class inherits a constructor from SidekiqUniqueJobs::Orphans::Reaper
Instance Method Details
#call ⇒ Integer
Delete orphaned digests
19 20 21 |
# File 'lib/sidekiq_unique_jobs/orphans/null_reaper.rb', line 19 def call # NO OP end |