Class: TalkToYourApp::Plugins::Jobs::SidekiqPlugin

Inherits:
TalkToYourApp::Plugin show all
Defined in:
lib/talk_to_your_app/plugins/jobs/plugin.rb

Overview

The Sidekiq backend (reads Redis). Enable with connection: false.

Class Method Summary collapse

Methods inherited from TalkToYourApp::Plugin

describe_tool, log_level, requires_gem, tools, wired_spec

Class Method Details

.validate_enablement!(_options) ⇒ Object



86
87
88
# File 'lib/talk_to_your_app/plugins/jobs/plugin.rb', line 86

def self.validate_enablement!(_options)
  Jobs.validate_adapter!(:sidekiq)
end