Skip to content

Equivalent to "pumactl restart" #285

Description

@elondres-mim

Puma has a command which re-execs the parent process without closing the listen sockets, allowing for hot reloading of code without introducing downtime.

The closest thing it seems Falcon has is the sighup handler, which doesn't reload preloaded code, so there's a tradeoff between better performance and resource usage or the ability for hot code reloading. It would be really nice if falcon would support both!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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