Class: TalkToYourApp::Plugins::Jobs::SolidQueuePlugin

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

Overview

The Solid Queue backend (reads its own tables via the app's connection). 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



96
97
98
# File 'lib/talk_to_your_app/plugins/jobs/plugin.rb', line 96

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