Skip to content

Hook names changed in Puma 7 #633

@pedropombeiro

Description

@pedropombeiro

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

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 }
needs to be adapted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions