We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1f003 commit f9bd5cdCopy full SHA for f9bd5cd
lib/solid_queue/supervisor.rb
@@ -13,7 +13,7 @@ def start(**options)
13
configuration = Configuration.new(**options)
14
15
if configuration.valid?
16
- SolidQueue::Supervisor::Launcher.new(configuration).tap(&:start)
+ Launcher.new(configuration).tap(&:start)
17
else
18
abort configuration.errors.full_messages.join("\n") + "\nExiting..."
19
end
0 commit comments