Actions
Feature #29144
closedRun Puma using systemd socket activation
Difficulty:
Triaged:
Yes
Pull request:
https://github.com/theforeman/foreman/pull/7536, https://github.com/theforeman/foreman-packaging/pull/4894, https://github.com/theforeman/foreman-packaging/pull/4895, https://github.com/theforeman/puppet-foreman/pull/814, https://github.com/theforeman/foreman-packaging/pull/4901, https://github.com/theforeman/puppet-foreman/pull/816, https://github.com/theforeman/puppet-foreman/pull/817
Description
From https://github.com/puma/puma/blob/master/docs/systemd.md#socket-activation
systemd and puma also support socket activation, where systemd opens the listening socket(s) in advance and provides them to the puma master process on startup. Among other advantages, this keeps listening sockets open across puma restarts and achieves graceful restarts, including when upgraded puma, and is compatible with both clustered mode and application preload.
When using unix sockets, it should also increase security since only the webserver can connect to it.
Updated by Lukas Zapletal almost 5 years ago
Nice idea, when this is implemented in Core, let's open the very same ticket for Smart Proxy (once Puma is merged there).
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/7536 added
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/4894 added
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/4895 added
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/puppet-foreman/pull/814 added
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 3e38815694272ef06d11efd63ffa29e9c1834c62.
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/4901 added
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/puppet-foreman/pull/816 added
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/puppet-foreman/pull/817 added
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Related to Feature #32238: Bind systemd socket activation to IPv6 added
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/6944 added
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Triaged changed from No to Yes
- Pull request deleted (
https://github.com/theforeman/foreman-packaging/pull/6944)
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/7748 added
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Pull request deleted (
https://github.com/theforeman/foreman-packaging/pull/7748)
Actions