-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
As per https://github.com/puma/puma/releases/tag/v7.0.0, there were breaking changes where hook names have been renamed from on_*
to after_
, so
solid_queue/lib/puma/plugin/solid_queue.rb
Lines 14 to 22 in 77ac84e
launcher.events.on_booted do | |
@solid_queue_pid = fork do | |
Thread.new { monitor_puma } | |
SolidQueue::Supervisor.start | |
end | |
end | |
launcher.events.on_stopped { stop_solid_queue } | |
launcher.events.on_restart { stop_solid_queue } |
geetfun, austinphan, julienanne, baarde, iamjosejimenez and 14 moregeetfun, mechiland and durcak
Metadata
Metadata
Assignees
Labels
No labels